Skip to content

Commit 6a219ad

Browse files
franciscovelezNarretz
authored andcommitted
docs(guide/Expressions): link to English MDN
It is better to link to the English version of MDN rather than German version PR (angular#14863)
1 parent 14519f8 commit 6a219ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/expression.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Angular expressions are like JavaScript expressions with the following differenc
4242
* **No Object Creation With New Operator:** You cannot use `new` operator in an Angular expression.
4343

4444
* **No Bitwise, Comma, And Void Operators:** You cannot use
45-
[Bitwise](https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Operators/Bitwise_Operators),
45+
[Bitwise](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Bitwise_Operators),
4646
`,` or `void` operators in an Angular expression.
4747

4848

0 commit comments

Comments
 (0)