Skip to content

Commit 6abe072

Browse files
committed
fix typo on line 289 of readme
1 parent 834bf34 commit 6abe072

File tree

2 files changed

+37
-30
lines changed

2 files changed

+37
-30
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,4 +286,4 @@ Mutated Actions can access state, getters, mutations and other actions with the
286286
Raw Actions on the other hand gives you access to `rootState` and `rootGetters`. The only limitation to this appoach however is that **you can't and shouldn't use the `this` keyword.** Instead you should get back the context object with the `getRawActionContext` function and then treat the function body like a regular vuex action.
287287

288288
All actions MUST return a promise.\
289-
All actions proxies are totally type safe and can still be used normally in Vue components whether mutatated or raw.
289+
All actions proxies are totally type safe and can still be used normally in Vue components whether mutated or raw.

package-lock.json

Lines changed: 36 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)