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

Commit 82e97cf

Browse files
mbrookespetebacondarwin
mbrookes
authored andcommitted
docs(guide/expression): remove misplaced comma
Closes #5280
1 parent cf2a761 commit 82e97cf

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
@@ -18,7 +18,7 @@ It might be tempting to think of Angular view expressions as JavaScript expressi
1818
not entirely correct, since Angular does not use a JavaScript `eval()` to evaluate expressions.
1919
You can think of Angular expressions as JavaScript expressions with following differences:
2020

21-
* **Attribute Evaluation:** evaluation of all properties are against the scope, doing the
21+
* **Attribute Evaluation:** evaluation of all properties are against the scope doing the
2222
evaluation, unlike in JavaScript where the expressions are evaluated against the global
2323
`window`.
2424

0 commit comments

Comments
 (0)