From 7fb43f395f0d0c89bfbd0647bda65908c0b4b0d5 Mon Sep 17 00:00:00 2001 From: Julian Martin Date: Mon, 3 May 2021 14:37:15 +0200 Subject: [PATCH] docs: action instead of getter (#467) --- docs/core-concepts/actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core-concepts/actions.md b/docs/core-concepts/actions.md index 4805c74a..1628ed2d 100644 --- a/docs/core-concepts/actions.md +++ b/docs/core-concepts/actions.md @@ -37,7 +37,7 @@ export default defineComponent({ ## Accessing other stores actions -To use another store, you can directly _use it_ inside of the _getter_: +To use another store, you can directly _use it_ inside of the _action_: ```js import { useAuthStore } from './auth-store' -- 2.47.2