Skip to content

Commit

Permalink
Merge pull request #129 from jbruni/patch-6
Browse files Browse the repository at this point in the history
Typo fix at tutorial.md
  • Loading branch information
yyx990803 committed Mar 31, 2016
2 parents f01c9e9 + d5ba9f1 commit 5e0b247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ The action is a function which is called from the component. Action functions ca
Create a new file in `vuex/actions.js` with a single function `incrementCounter`

```js
// An action will recieve the store as the first argument.
// An action will receive the store as the first argument.
// Since we are only interested in the dispatch (and optionally the state)
// We can pull those two parameters using the ES6 destructuring feature
export const incrementCounter = function ({ dispatch, state }) {
Expand Down

0 comments on commit 5e0b247

Please sign in to comment.