mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-24 03:55:49 +08:00
docs(guide/directive): fix typo
`restictions` -> `restrictions` Closes #6604
This commit is contained in:
committed by
Caitlin Potter
parent
dc57fe97e1
commit
7a75356388
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user