aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSekib Omazic2014-03-07 22:06:55 +0100
committerIgor Minar2014-03-11 10:35:18 -0700
commit822d7e5ae9028c1d813a538009e150652a71e662 (patch)
tree0ee12bda75e01c81d90837e1b63361974eb9c5d1
parent5874db84ab64403271a7c7c4157e3f13121a6a9f (diff)
downloadangular.js-822d7e5ae9028c1d813a538009e150652a71e662.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