aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSekib Omazic2014-03-07 22:06:55 +0100
committerCaitlin Potter2014-03-07 16:15:54 -0500
commit7a753563885c38d6592d891724b600bd3347f43a (patch)
treee76bfd29d8c9873b5a9dc8a7e4895fc1d74eee3a
parentdc57fe97e1be245fa08f25143302ee9dd850c5c9 (diff)
downloadangular.js-7a753563885c38d6592d891724b600bd3347f43a.tar.bz2
docs(guide/directive): fix typo
`restictions` -> `restrictions` Closes #6604
-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 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