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

Commit 130fe92

Browse files
ltfschoenbtford
authored andcommitted
docs(guide/directive): fix grammar
1 parent 3d83973 commit 130fe92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/directive.ngdoc

Lines changed: 1 addition & 1 deletion
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).
166166

0 commit comments

Comments
 (0)