]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: action instead of getter (#467)
authorJulian Martin <julianmarti96n@gmail.com>
Mon, 3 May 2021 12:37:15 +0000 (14:37 +0200)
committerGitHub <noreply@github.com>
Mon, 3 May 2021 12:37:15 +0000 (14:37 +0200)
docs/core-concepts/actions.md

index 4805c74a9e3d2f33fc007150b996d88f0ecb39dc..1628ed2d257b539a666e87c82e22e0abafc040f1 100644 (file)
@@ -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'