Skip to content

Commit 48219fe

Browse files
douglasnaphaszalmoxisus
authored andcommitted
Correct possessive of "Redux" (#674)
The correct possessive form of "Redux" is "Redux's", not "Redux'". Sources: * https://ell.stackexchange.com/questions/6295/when-a-word-ends-in-s-or-x-do-you-add-s-or-just-an * https://www.dictionary.com/e/how-do-you-use-an-apostrophe/
1 parent 672c742 commit 48219fe

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
@@ -40,7 +40,7 @@ For a basic [Redux store](http://redux.js.org/docs/api/createStore.html) simply
4040
);
4141
```
4242

43-
Note that [`preloadedState`](http://redux.js.org/docs/api/createStore.html) argument is optional in Redux' [`createStore`](http://redux.js.org/docs/api/createStore.html).
43+
Note that [`preloadedState`](http://redux.js.org/docs/api/createStore.html) argument is optional in Redux's [`createStore`](http://redux.js.org/docs/api/createStore.html).
4444

4545
> For universal ("isomorphic") apps, prefix it with `typeof window !== 'undefined' &&`.
4646

0 commit comments

Comments
 (0)