diff options
| author | Sekib Omazic | 2014-03-07 22:06:55 +0100 | 
|---|---|---|
| committer | Caitlin Potter | 2014-03-07 16:15:54 -0500 | 
| commit | 7a753563885c38d6592d891724b600bd3347f43a (patch) | |
| tree | e76bfd29d8c9873b5a9dc8a7e4895fc1d74eee3a /docs | |
| parent | dc57fe97e1be245fa08f25143302ee9dd850c5c9 (diff) | |
| download | angular.js-7a753563885c38d6592d891724b600bd3347f43a.tar.bz2 | |
docs(guide/directive): fix typo
`restictions` -> `restrictions`
Closes #6604
Diffstat (limited to 'docs')
| -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 cadae1b3..a6e839bd 100644 --- a/docs/content/guide/directive.ngdoc +++ b/docs/content/guide/directive.ngdoc @@ -293,7 +293,7 @@ The `restrict` option is typically set to:  * `'E'` - only matches element name  * `'C'` - only matches class name -These restictions can all be combined as needed: +These restrictions can all be combined as needed:  * `'AEC'` - matches either attribute or element or class name | 
