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

Commit 50ecc37

Browse files
prayagvermagkalpak
authored andcommitted
docs(guide/component): fix typo (defintion --> definition)
Closes #13898
1 parent 622c421 commit 50ecc37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/component.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ When not to use Components:
2121

2222
- for directives that rely on DOM manipulation, adding event listeners etc, because the compile
2323
and link functions are unavailable
24-
- when you need advanced directive defintion options like priority, terminal, multi-element
24+
- when you need advanced directive definition options like priority, terminal, multi-element
2525
- when you want a directive that is triggered by an attribute or CSS class, rather than an element
2626

2727
## Creating and configuring a Component

0 commit comments

Comments
 (0)