Преглед на файлове

Merge pull request #404 from jingsam/patch-1

dispatch => commit
Thorsten Lünborg преди 8 години
родител
ревизия
4a9e1b01b5
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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