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

Commit

Permalink
docs(directive): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sarkasm authored and petebacondarwin committed Jun 19, 2013
1 parent d219442 commit 1b234cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/guide/directive.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ The {@link api/ng.$compile.directive.Attributes Attributes} object - passed as a
link() or compile() functions - is a way of accessing:

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

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

0 comments on commit 1b234cb

Please sign in to comment.