Skip to content

Commit 97c09dc

Browse files
mrseanbainesmarkerikson
authored andcommitted
Fix grammatical typo (#153)
1 parent 9174a6a commit 97c09dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage/usage-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ In addition, `configureStore` adds some middleware by default, each with a speci
7777

7878
This means the store setup code itself is a bit shorter and easier to read, and also that you get good default behavior out of the box.
7979

80-
The simplest way to use is it is to just pass the root reducer function as a parameter named `reducer`:
80+
The simplest way to use it is to just pass the root reducer function as a parameter named `reducer`:
8181

8282
```js
8383
import { configureStore } from 'redux-starter-kit'

0 commit comments

Comments
 (0)