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

Commit f39ac57

Browse files
tonybergeronbtford
authored andcommitted
docs(directive.ngdoc): typo fix
1 parent 84f3670 commit f39ac57

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
@@ -295,7 +295,7 @@ The `restrict` option is typically set to:
295295

296296
These restictions can all be combined as needed:
297297

298-
* `'AEC'` - matches either attribure or element or class name
298+
* `'AEC'` - matches either attribute or element or class name
299299

300300
Let's change our directive to use `restrict: 'E'`:
301301

0 commit comments

Comments
 (0)