From 8b8f6f512446abbd986cb5a0da3adbc494988115 Mon Sep 17 00:00:00 2001 From: Luke Schoen Date: Mon, 15 Sep 2014 21:45:31 +1000 Subject: [PATCH] docs(guide/directive): fix grammar --- docs/content/guide/directive.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/guide/directive.ngdoc b/docs/content/guide/directive.ngdoc index 1baeb68a..ea719386 100644 --- a/docs/content/guide/directive.ngdoc +++ b/docs/content/guide/directive.ngdoc @@ -160,7 +160,7 @@ restrictions, you cannot simply write `cx="{{cx}}"`. With `ng-attr-cx` you can work around this problem. If an attribute with a binding is prefixed with the `ngAttr` prefix (denormalized as `ng-attr-`) -then during the binding will be applied to the corresponding unprefixed attribute. This allows +then during the binding it will be applied to the corresponding unprefixed attribute. This allows you to bind to attributes that would otherwise be eagerly processed by browsers (e.g. an SVG element's `circle[cx]` attributes). When using `ngAttr`, the `allOrNothing` flag of {@link ng.$interpolate $interpolate} is used, so if any expression in the interpolated string