From 1b234cb7af2049c458f5e15d422742d4049d8f9d Mon Sep 17 00:00:00 2001 From: sarkasm Date: Mon, 17 Jun 2013 14:12:58 -0300 Subject: docs(directive): fix typo --- docs/content/guide/directive.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content/guide') diff --git a/docs/content/guide/directive.ngdoc b/docs/content/guide/directive.ngdoc index 52132276..50b4795e 100644 --- a/docs/content/guide/directive.ngdoc +++ b/docs/content/guide/directive.ngdoc @@ -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 -- cgit v1.2.3