diff --git a/docs/recipes/ReducingBoilerplate.md b/docs/recipes/ReducingBoilerplate.md index 1c63b77425..4d2335d7a0 100644 --- a/docs/recipes/ReducingBoilerplate.md +++ b/docs/recipes/ReducingBoilerplate.md @@ -49,7 +49,7 @@ dispatch({ }) ``` -You might write an action creator in a separate file, and import it from your component: +You might write an action creator in a separate file, and import it into your component: #### `actionCreators.js`