Skip to content

Commit 7884341

Browse files
benpdavisonyyx990803
authored andcommitted
small word correction (#257)
replaced is with it
1 parent 6730597 commit 7884341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/mutations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ mutations: {
6767

6868
### Silent Dispatch
6969

70-
In some scenarios you may not want the plugins to record the state change. Multiple dispatches to the store in a short period or polled do not always need to be tracked. In these situations is may be considered appropriate to silence the mutations.
70+
In some scenarios you may not want the plugins to record the state change. Multiple dispatches to the store in a short period or polled do not always need to be tracked. In these situations it may be considered appropriate to silence the mutations.
7171

7272
*Note:* This should be avoided where possible. Silent mutations break the contract of all state changes being tracked by the devtool. Use sparingly and where absolutely necessary.
7373

0 commit comments

Comments
 (0)