From de2ecb8a969aa4c96da59e94c0aa9fa84ab232e0 Mon Sep 17 00:00:00 2001 From: Tony Bergeron Date: Wed, 5 Mar 2014 11:06:32 -0600 Subject: docs(directive.ngdoc): typo fix --- docs/content/guide/directive.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/guide/directive.ngdoc b/docs/content/guide/directive.ngdoc index e80bb8bb..cadae1b3 100644 --- a/docs/content/guide/directive.ngdoc +++ b/docs/content/guide/directive.ngdoc @@ -295,7 +295,7 @@ The `restrict` option is typically set to: These restictions can all be combined as needed: -* `'AEC'` - matches either attribure or element or class name +* `'AEC'` - matches either attribute or element or class name Let's change our directive to use `restrict: 'E'`: -- cgit v1.2.3