Skip to content
Permalink
Browse files

docs(guide): fix typo

Closes #10511
  • Loading branch information
Olivier Giulieri authored and pkozlowski-opensource committed Dec 18, 2014
1 parent 7d70dcd commit 56a7abd38f7e5f96598d3c310cee183b2c92ec5b
Showing with 2 additions and 2 deletions.
  1. +2 −2 docs/content/guide/expression.ngdoc
@@ -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.

0 comments on commit 56a7abd

Please sign in to comment.
You can’t perform that action at this time.