diff --git a/docs/content/guide/directive.ngdoc b/docs/content/guide/directive.ngdoc index cadae1b30060..a6e839bde613 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