Explorar el Código

dispatch => commit

jingsam hace 8 años
padre
commit
ebaadbc269
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docs/en/mutations.md

+ 1 - 1
docs/en/mutations.md

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