Skip to content

Commit

Permalink
Typo fix (#628)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eitan-G authored and zalmoxisus committed Jan 14, 2019
1 parent 3df4d93 commit dae9929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Where `batchedSubscribe` is `redux-batched-subscribe` store enhancer.

That is happening due to serialization of some huge objects included in the state or action. The solution is to [sanitize them](/docs/API/Arguments.md#actionsanitizer--statesanitizer).

You can do that by including/omitting data containing specific values, having specific types... In the example bellow we're omitting parts of action and state objects with the key `data` (in case of action only when was dispatched action `FILE_DOWNLOAD_SUCCESS`):
You can do that by including/omitting data containing specific values, having specific types... In the example below we're omitting parts of action and state objects with the key `data` (in case of action only when was dispatched action `FILE_DOWNLOAD_SUCCESS`):

```js
const actionSanitizer = (action) => (
Expand Down

0 comments on commit dae9929

Please sign in to comment.