We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14519f8 commit 6a219adCopy full SHA for 6a219ad
docs/content/guide/expression.ngdoc
@@ -42,7 +42,7 @@ Angular expressions are like JavaScript expressions with the following differenc
42
* **No Object Creation With New Operator:** You cannot use `new` operator in an Angular expression.
43
44
* **No Bitwise, Comma, And Void Operators:** You cannot use
45
- [Bitwise](https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Operators/Bitwise_Operators),
+ [Bitwise](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Bitwise_Operators),
46
`,` or `void` operators in an Angular expression.
47
48
0 commit comments