jingsam 8 rokov pred
rodič
commit
ebaadbc269
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      docs/en/mutations.md

+ 1 - 1
docs/en/mutations.md

@@ -86,7 +86,7 @@ store.commit('increment', {
   amount: 1
   amount: 1
 }, { silent: true })
 }, { silent: true })
 
 
-// with object-style dispatch
+// with object-style commit
 store.commit({
 store.commit({
   type: 'increment',
   type: 'increment',
   amount: 1
   amount: 1