diff options
| author | Tony Bergeron | 2014-03-05 11:06:32 -0600 | 
|---|---|---|
| committer | Brian Ford | 2014-03-07 15:04:44 -0800 | 
| commit | f39ac571c4b21a90e8422206d0a5bb75846ebfca (patch) | |
| tree | 953817e88e3e87ea80e663e2a5582e9ee6b36910 | |
| parent | 84f36701bc70079f5bb983aaa5b24d7b46c49299 (diff) | |
| download | angular.js-f39ac571c4b21a90e8422206d0a5bb75846ebfca.tar.bz2 | |
docs(directive.ngdoc): typo fix
| -rw-r--r-- | docs/content/guide/directive.ngdoc | 2 | 
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'`: | 
