Skip to content

Commit

Permalink
Typo fix at tutorial.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jbruni committed Mar 30, 2016
1 parent f01c9e9 commit d5ba9f1
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 d5ba9f1

Please sign in to comment.