Skip to content
This repository was archived by the owner on Oct 26, 2018. It is now read-only.

Commit e6f1230

Browse files
committed
Fix typo in README
Change to **that we provide** instead of **the we provide**.
1 parent 40c57bb commit e6f1230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ React.render(
9393

9494
Now you can read from `state.routing.path` to get the URL. It's far
9595
more likely that you want to change the URL more often, however. You
96-
can use the `updatePath` action creator the we provide:
96+
can use the `updatePath` action creator that we provide:
9797

9898
```js
9999
const { updatePath } = require ('redux-simple-router');

0 commit comments

Comments
 (0)