Skip to content

Commit 1ea8566

Browse files
Jason-Cookezalmoxisus
authored andcommitted
docs: fix typo (#659)
1 parent b3fed33 commit 1ea8566

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
@@ -159,7 +159,7 @@ or with middlewares and enhancers:
159159
```
160160
> You'll have to add `'process.env.NODE_ENV': JSON.stringify('production')` in your Webpack config for the production bundle ([to envify](https://github.com/gaearon/redux-devtools/blob/master/docs/Walkthrough.md#exclude-devtools-from-production-builds)). If you use `create-react-app`, [it already does it for you.](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/config/webpack.config.prod.js#L253-L257)
161161
162-
If you're already checking `process.env.NODE_ENV` when creating the store, include `redux-devtools-extension/logOnly` for production enviroment.
162+
If you're already checking `process.env.NODE_ENV` when creating the store, include `redux-devtools-extension/logOnly` for production environment.
163163

164164
If you don’t want to allow the extension in production, just use `redux-devtools-extension/developmentOnly`.
165165

0 commit comments

Comments
 (0)