Skip to content

Commit dae9929

Browse files
Eitan-Gzalmoxisus
authored andcommitted
Typo fix (#628)
1 parent 3df4d93 commit dae9929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Where `batchedSubscribe` is `redux-batched-subscribe` store enhancer.
3838

3939
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).
4040

41-
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`):
41+
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`):
4242

4343
```js
4444
const actionSanitizer = (action) => (

0 commit comments

Comments
 (0)