8000 Typo Silent -> Silence (#217) · vuejs/v2.vuejs.org@8d11d11 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8d11d11

Browse files
jakejscottyyx990803
authored andcommitted
Typo Silent -> Silence (#217)
1 parent fe8605b commit 8d11d11

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
@@ -71,7 +71,7 @@ mutations: {
7171

7272
> requires >=0.6.3
7373
74-
In some scenarios you may not want the middlewares 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 silent the mutations.
74+
In some scenarios you may not want the middlewares 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.
7575

7676
*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.
7777

0 commit comments

Comments
 (0)
0