aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorsarkasm2013-06-17 14:12:58 -0300
committerPete Bacon Darwin2013-06-19 11:50:47 +0100
commit0bfa29377d7a77b360ecd3209d56eeb4f68a5043 (patch)
treed221af852aa2045b7156ad27e80cdf132ccac836 /docs
parentdb8d8f9a4389c0de122d75ab42f0d75a1e558493 (diff)
downloadangular.js-0bfa29377d7a77b360ecd3209d56eeb4f68a5043.tar.bz2
docs(directive): fix typo
Diffstat (limited to 'docs')
-rw-r--r--docs/content/guide/directive.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/guide/directive.ngdoc b/docs/content/guide/directive.ngdoc
index 11adc1f1..3f4924ce 100644
--- a/docs/content/guide/directive.ngdoc
+++ b/docs/content/guide/directive.ngdoc
@@ -532,7 +532,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
href='#n150'>150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189