Skip to content

Commit 8963795

Browse files
committed
README typos
1 parent 53598db commit 8963795

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Assertions for redux actions testing.
33

44
This library adds assertions for [redux actions](http://redux.js.org/docs/advanced/AsyncActions.html) testing.
5-
It use [redux-mock-store](https://github.com/arnaudbenard/redux-mock-store) to mock redux store.
5+
It uses [redux-mock-store](https://github.com/arnaudbenard/redux-mock-store) to mock redux store.
66

77
[![build status](https://img.shields.io/travis/dmitry-zaets/redux-actions-assertions/master.svg?style=flat-square)](https://travis-ci.org/dmitry-zaets/redux-actions-assertions)
88
[![npm version](https://img.shields.io/npm/v/redux-actions-assertions.svg?style=flat-square)](https://www.npmjs.com/package/redux-actions-assertions)
@@ -18,7 +18,7 @@ It use [redux-mock-store](https://github.com/arnaudbenard/redux-mock-store) to m
1818
- [expect.js](#expectjs)
1919
- [should](#should)
2020

21-
If you have not found assertion framework/library that you are using - you can use [pure javascript assertion](#javascript) or create an issue.
21+
If you have not found the assertion framework/library that you are using - you can use [pure javascript assertions](#javascript) or create an issue.
2222

2323
### Simplifies initial setup
2424
It provides singe-time global configuration for middlewares and initial store state.
@@ -413,4 +413,4 @@ myActionCreator().should
413413
myActionCreator().should
414414
.with.state({ property: 'value' })
415415
.dispatchActions({ type: 'MY_ACTION_START' }, callback);
416-
```
416+
```

0 commit comments

Comments
 (0)