aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTony Bergeron2014-03-05 11:06:32 -0600
committerTobias Bosch2014-03-05 16:15:52 -0800
commitde2ecb8a969aa4c96da59e94c0aa9fa84ab232e0 (patch)
tree953817e88e3e87ea80e663e2a5582e9ee6b36910 /docs
parent66fdc03642b3af6e200587fab20bbfda389816a7 (diff)
downloadangular.js-de2ecb8a969aa4c96da59e94c0aa9fa84ab232e0.tar.bz2
docs(directive.ngdoc): typo fix
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 e80bb8bb..cadae1b3 100644
--- a/docs/content/guide/directive.ngdoc
+++ b/docs/content/guide/directive.ngdoc
@@ -295,7 +295,7 @@ The `restrict` option is typically set to:
These restictions can all be combined as needed:
-* `'AEC'` - matches either attribure or element or class name
+* `'AEC'` - matches either attribute or element or class name
Let's change our directive to use `restrict: 'E'`: