Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 56a7abd

Browse files
Olivier Giulieripkozlowski-opensource
Olivier Giulieri
authored andcommitted
docs(guide): fix typo
Closes #10511
1 parent 7d70dcd commit 56a7abd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/guide/expression.ngdoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ Angular expressions are like JavaScript expressions with the following differenc
2929
* **No Control Flow Statements:** You cannot use the following in an Angular expression:
3030
conditionals, loops, or exceptions.
3131

32-
* **No Function Declarations:** You cannot decleare functions in an Angular expression.
33-
Even inside `ng-init` directive
32+
* **No Function Declarations:** You cannot declare functions in an Angular expression,
33+
even inside `ng-init` directive.
3434

3535
* **No RegExp Creation With Literal Notation:** You cannot create regular expressions
3636
in an Angular expression.

0 commit comments

Comments
 (0)