Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 822d7e5

Browse files
SekibOmazicIgorMinar
authored andcommitted
docs(guide/directive): fix typo
`restictions` -> `restrictions` Closes #6604
1 parent 5874db8 commit 822d7e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/directive.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ The `restrict` option is typically set to:
293293
* `'E'` - only matches element name
294294
* `'C'` - only matches class name
295295

296-
These restictions can all be combined as needed:
296+
These restrictions can all be combined as needed:
297297

298298
* `'AEC'` - matches either attribute or element or class name
299299

0 commit comments

Comments
 (0)