diff --git a/docs/content/guide/component.ngdoc b/docs/content/guide/component.ngdoc index d056f736c2cb..f1e9d4182388 100644 --- a/docs/content/guide/component.ngdoc +++ b/docs/content/guide/component.ngdoc @@ -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: