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

Commit 1b234cb

Browse files
sarkasmpetebacondarwin
authored andcommitted
docs(directive): fix typo
1 parent d219442 commit 1b234cb

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

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

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

0 commit comments

Comments
 (0)