Skip to content

Commit 458c75f

Browse files
matt-paultimdorr
authored andcommitted
Update ReducingBoilerplate.md (reduxjs#2344)
1 parent 47b89f6 commit 458c75f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/recipes/ReducingBoilerplate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dispatch({
4949
})
5050
```
5151

52-
You might write an action creator in a separate file, and import it from your component:
52+
You might write an action creator in a separate file, and import it into your component:
5353

5454
#### `actionCreators.js`
5555

0 commit comments

Comments
 (0)