Skip to content

Commit

Permalink
dispatch => commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jingsam authored Oct 17, 2016
1 parent ab7f70b commit ebaadbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/mutations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ebaadbc

Please sign in to comment.