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

Commit 0bfa293

Browse files
sarkasmpetebacondarwin
authored andcommitted
docs(directive): fix typo
1 parent db8d8f9 commit 0bfa293

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
@@ -532,7 +532,7 @@ The {@link api/ng.$compile.directive.Attributes Attributes} object - passed as a
532532
link() or compile() functions - is a way of accessing:
533533

534534
* *normalized attribute names:* Since a directive such as 'ngBind' can be expressed in many ways
535-
such as 'ng:bind', or 'x-ng-bind', the attributes object allows for normalized accessed to
535+
such as 'ng:bind', or 'x-ng-bind', the attributes object allows for normalized access to
536536
the attributes.
537537

538538
* *directive inter-communication:* All directives share the same instance of the attributes

0 commit comments

Comments
 (0)