diff --git a/docs/content/guide/expression.ngdoc b/docs/content/guide/expression.ngdoc index 3499af723ac1..b884dd452bac 100644 --- a/docs/content/guide/expression.ngdoc +++ b/docs/content/guide/expression.ngdoc @@ -18,7 +18,7 @@ It might be tempting to think of Angular view expressions as JavaScript expressi not entirely correct, since Angular does not use a JavaScript `eval()` to evaluate expressions. You can think of Angular expressions as JavaScript expressions with following differences: - * **Attribute Evaluation:** evaluation of all properties are against the scope, doing the + * **Attribute Evaluation:** evaluation of all properties are against the scope doing the evaluation, unlike in JavaScript where the expressions are evaluated against the global `window`.