Skip to content

Commit 909a492

Browse files
authored
Merge pull request #22 from lucleray/patch-1
Fix a typo in readme
2 parents 8d7d96b + 0a5af59 commit 909a492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Memoize get `compute` function, add passes all the other props to it, streaming
7171
If `pure` prop is set ReactMemoize wil behave as PureComponent, and not update children when could not.
7272

7373
## Flow
74-
`getDerivedStateFromProps` gives you ability to from a new state from props, while `componentDidUpdate` enables you to react
74+
`getDerivedStateFromProps` gives you ability to derive a new state from props, while `componentDidUpdate` enables you to react
7575
to the state changes.
7676

7777
__MemoizedFlow__ is `getDerivedStateFromState`. Following example react to the state changes, allowing

0 commit comments

Comments
 (0)