Commit 4107076
committed
fix potentially confusing invocation in README.md
The current phrasing can imply that the thunk is called with `dispatch` and the **invocation** of `getState`, since it says `getState()` but not `dispatch()`. This PR removes the invocation parens from `getState`.1 parent 1642154 commit 4107076
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments