Skip to content

Commit 63c41cf

Browse files
Update redux-devtools-integration.md (#545)
Fixed some grammars.
1 parent 59c694f commit 63c41cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/redux-devtools-integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ See also:
1818
- [`mobx-remotedev`](https://github.com/zalmoxisus/mobx-remotedev) - See [`the counter example`](../examples/counter-with-mobx/src/stores/counter), make sure `remote` option is `false`.
1919
- [`mobx-state-tree`](https://github.com/mobxjs/mobx-state-tree) - Use [`connectReduxDevtools`](https://github.com/mobxjs/mobx-state-tree/blob/a3c59ac816026f3c2d3d5621d8f74be2b95e2891/middleware/README.md#connectreduxdevtools) middleware.
2020

21-
You can ignore the browser extension specified things.
21+
You can ignore the things specified by the browser extension.
2222

2323
## About `trace` feature
2424

25-
- The debugger app might be slow down if you enabled `trace` feature and visited the `Trace` tab, because it will load and parse the source map for every you selected action.
25+
- The debugger app might be slowed down if you enabled the `trace` feature and visited the `Trace` tab, because it will load and parse the source map for every selected action.
2626

2727
## Other documentations
2828

0 commit comments

Comments
 (0)