Skip to content

Commit 2d97d48

Browse files
Merge pull request #102 from angular/master
Update upstream
2 parents 8029482 + 66fdf2a commit 2d97d48

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)