Skip to content

Commit 6851afb

Browse files
Add a missing "be"
1 parent 68f60e1 commit 6851afb

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
@@ -450,7 +450,7 @@ It's important that the `enthusiasmLevel` property come last, since otherwise it
450450

451451
You may want to write a few tests for your reducer.
452452
Since reducers are pure functions, they can be passed arbitrary data.
453-
For every input, reducers can tested by checking their newly produced state.
453+
For every input, reducers can be tested by checking their newly produced state.
454454
Consider looking into Jest's [toEqual](https://facebook.github.io/jest/docs/expect.html#toequalvalue) method to accomplish this.
455455

456456
## Making a container

0 commit comments

Comments
 (0)