]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: typo
authorTom Locke <tom@tomlocke.com>
Sun, 29 Aug 2021 19:17:59 +0000 (20:17 +0100)
committerGitHub <noreply@github.com>
Sun, 29 Aug 2021 19:17:59 +0000 (21:17 +0200)
packages/docs/core-concepts/getters.md

index 2f3b46f4bfa042c2c4e94fed767e9e49bedd91a0..130c680a2356a7763107e58ec32c6b615748adad 100644 (file)
@@ -81,7 +81,7 @@ export const useStore = defineStore('main', {
 
 ## Accessing other stores getters
 
-To use another store getters, you can directly _use it_ inside of the _action_:
+To use another store getters, you can directly _use it_ inside of the _getter_:
 
 ```js
 import { useOtherStore } from './other-store'