Skip to content
This repository has been archived by the owner on Sep 3, 2022. It is now read-only.

Commit

Permalink
Fixed typo in docs about lifecycle methods.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wobbabits committed Sep 24, 2017
1 parent 0714eb8 commit b78d7f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/lifecycle.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Lifecycle Methods
Composi has the following four lifecycle methods:

1. componentWasCreated
2. componentWillRender
3. componentDidRender
2. componentWillUpdate
3. componentDidUpdate
4. componentWillUnmount

Lifecycle methods let you implement maintenance and clean up code based on the status of a component from when it is created and injected into the DOM, when it is updated and when it is removed from the DOM.
Expand Down

0 comments on commit b78d7f0

Please sign in to comment.