From 7a753563885c38d6592d891724b600bd3347f43a Mon Sep 17 00:00:00 2001 From: Sekib Omazic Date: Fri, 7 Mar 2014 22:06:55 +0100 Subject: docs(guide/directive): fix typo `restictions` -> `restrictions` Closes #6604 --- docs/content/guide/directive.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content/guide') 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 -- cgit v1.2.3