docs(guide/component): add missing :
Add `:` to `Components have a well-defined lifecycle` title. Closes #16620
This commit is contained in:
committed by
George Kalpakas
parent
26a5779cdd
commit
66fdf2a8a7
@@ -143,7 +143,7 @@ components should follow a few simple conventions:
|
||||
}
|
||||
```
|
||||
|
||||
- **Components have a well-defined lifecycle**
|
||||
- **Components have a well-defined lifecycle:**
|
||||
Each component can implement "lifecycle hooks". These are methods that will be called at certain points in the life
|
||||
of the component. The following hook methods can be implemented:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user