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

Commit 8b8f6f5

Browse files
ltfschoenbtford
authored andcommitted
docs(guide/directive): fix grammar
1 parent 25082b3 commit 8b8f6f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/directive.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ restrictions, you cannot simply write `cx="{{cx}}"`.
160160
With `ng-attr-cx` you can work around this problem.
161161

162162
If an attribute with a binding is prefixed with the `ngAttr` prefix (denormalized as `ng-attr-`)
163-
then during the binding will be applied to the corresponding unprefixed attribute. This allows
163+
then during the binding it will be applied to the corresponding unprefixed attribute. This allows
164164
you to bind to attributes that would otherwise be eagerly processed by browsers
165165
(e.g. an SVG element's `circle[cx]` attributes). When using `ngAttr`, the `allOrNothing` flag of
166166
{@link ng.$interpolate $interpolate} is used, so if any expression in the interpolated string

0 commit comments

Comments
 (0)