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

Commit d076a9b

Browse files
artyilNarretz
authored andcommitted
docs(guide/Components): fix typo, improve style
Closes #14384
1 parent fd0b1eb commit d076a9b

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
@@ -169,7 +169,7 @@ of the component. The following hook methods can be implemented:
169169
Since the compilation process is rather different in Angular 1 there is no direct mapping and care should
170170
be taken when upgrading.
171171

172-
By implementing these methods, you component can take part in its lifecycle.
172+
By implementing these methods, your component can hook into its lifecycle.
173173

174174
- **An application is a tree of components:**
175175
Ideally, the whole application should be a tree of components that implement clearly defined inputs

0 commit comments

Comments
 (0)