docs(guide/component): add missing :

Add `:` to `Components have a well-defined lifecycle` title.

Closes #16620
This commit is contained in:
Atef Ben Ali
2018-06-29 07:34:42 +01:00
committed by George Kalpakas
parent 26a5779cdd
commit 66fdf2a8a7
+1 -1
View File
@@ -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: