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

docs(guide): Fixed typo. #10511

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/content/guide/expression.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ Angular expressions are like JavaScript expressions with the following differenc
* **No Control Flow Statements:** You cannot use the following in an Angular expression:
conditionals, loops, or exceptions.

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

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