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

Commit 62ad450

Browse files
atefBBgkalpak
authored andcommitted
docs(guide/component): add missing :
Add `:` to `Components have a well-defined lifecycle` title. Closes #16620
1 parent faa4b17 commit 62ad450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/component.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ components should follow a few simple conventions:
143143
}
144144
```
145145

146-
- **Components have a well-defined lifecycle**
146+
- **Components have a well-defined lifecycle:**
147147
Each component can implement "lifecycle hooks". These are methods that will be called at certain points in the life
148148
of the component. The following hook methods can be implemented:
149149

0 commit comments

Comments
 (0)