Bläddra i källkod

small word correction (#257)

replaced is with it
Ben Davison 8 år sedan
förälder
incheckning
7884341b6b
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      docs/en/mutations.md

+ 1 - 1
docs/en/mutations.md

@@ -67,7 +67,7 @@ mutations: {
 
 
 ### Silent Dispatch
 ### Silent Dispatch
 
 
-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.
+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.
 
 
 *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.
 *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.