Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
zalmoxisus committed Aug 14, 2016
2 parents dbcfdd4 + f62e805 commit 6e89882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

#### How to filter actions
On the options page you may enable actions filtering and specify either actions to be hidden or shown in DevTools. If the latter is specified, other than those actions will be hidden.
You can overwrite these settings for an individual project using `actionsBlacklist` and `actionsWhitelist` [config options](#API).
You can overwrite these settings for an individual project using `actionsBlacklist` and `actionsWhitelist` [config options](https://github.com/zalmoxisus/redux-devtools-extension/blob/master/docs/API/Arguments.md#windowdevtoolsextensionconfig).
#### How to disable/enable it in production
A good practice (for other libraries as React as well) is to have a global variable set in webpack config, which indicates the environment like
```js
Expand Down

0 comments on commit 6e89882

Please sign in to comment.