aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide/directive.ngdoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/guide/directive.ngdoc')
-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