Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update actions.md
Just a minor typographical error. Great work!
  • Loading branch information
Obura Tongoi authored Aug 25, 2016
commit 006d57383bf865bbfe111c5bc3ad9f1a877e9f1a
2 changes: 1 addition & 1 deletion docs/en/actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function increment (store) {
store.dispatch('INCREMENT')
}

// a action with additional arguments
// an action with additional arguments
// with ES2015 argument destructuring
function incrementBy ({ dispatch }, amount) {
dispatch('INCREMENT', amount)
Expand Down