Skip to content

Commit

Permalink
fix typo --README.md πŸ“‹ ..
Browse files Browse the repository at this point in the history
  • Loading branch information
3imed-jaberi committed Apr 17, 2020
1 parent 9fb9b4f commit bc43fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -34,7 +34,7 @@ $ yarn add use-lifecycle-hooks

### `API`

- [`useComponentWillMount`][use-component-will-mount-docs-url] — same with ComponentWillMount.
- [`useComponentWillMount`][use-component-will-mount-docs-url] — same with componentWillMount.
- [`useComponentDidMount`][use-component-did-mount-docs-url] — same with componentDidMount.
- [`useComponentDidUpdate`][use-component-did-update-docs-url] — same with componentDidUpdate (pure componentDidUpdate).
- [`useShouldComponentUpdate`][use-should-component-update-docs-url] — same with shouldComponentUpdate (and componentDidUpdate with comparison).
Expand Down

0 comments on commit bc43fbf

Please sign in to comment.