Skip to content

Commit 66fdf2a

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

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
@@ -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)