Skip to content

Commit 5e0b247

Browse files
committed
Merge pull request #129 from jbruni/patch-6
Typo fix at tutorial.md
2 parents f01c9e9 + d5ba9f1 commit 5e0b247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ The action is a function which is called from the component. Action functions ca
148148
Create a new file in `vuex/actions.js` with a single function `incrementCounter`
149149

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

0 commit comments

Comments
 (0)