docs(guide/directive): fix typo

`restictions` -> `restrictions`

Closes #6604
This commit is contained in:
Sekib Omazic
2014-03-07 22:06:55 +01:00
committed by Caitlin Potter
parent dc57fe97e1
commit 7a75356388

View File

@@ -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