From 0a06d5b6c19f9542a9d2c8a3806de62355e3ee96 Mon Sep 17 00:00:00 2001 From: Sekib Omazic Date: Fri, 7 Mar 2014 22:06:55 +0100 Subject: [PATCH] Update directive.ngdoc --- 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 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