Skip to content

Commit 4e7d70a

Browse files
authored
Update README.md
1 parent d98a847 commit 4e7d70a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ let make = () => {
4747

4848
## ReactUpdate.useReducerWithMapState
4949

50-
If you'd rather initialize state lazily (if there's so computation you don't want executed at every render for instance), use `useReducerWithMapState` where the first argument is a function taking `unit` and returning the initial state.
50+
If you'd rather initialize state lazily (if there's some computation you don't want executed at every render for instance), use `useReducerWithMapState` where the first argument is a function taking `unit` and returning the initial state.
5151

5252
```reason
5353
type state = int;

0 commit comments

Comments
 (0)