We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f01c9e9 + d5ba9f1 commit 5e0b247Copy full SHA for 5e0b247
docs/en/tutorial.md
@@ -148,7 +148,7 @@ The action is a function which is called from the component. Action functions ca
148
Create a new file in `vuex/actions.js` with a single function `incrementCounter`
149
150
```js
151
-// An action will recieve the store as the first argument.
+// An action will receive the store as the first argument.
152
// Since we are only interested in the dispatch (and optionally the state)
153
// We can pull those two parameters using the ES6 destructuring feature
154
export const incrementCounter = function ({ dispatch, state }) {
0 commit comments