From: Sholom Aber Date: Wed, 1 Nov 2023 17:44:11 +0000 (-0700) Subject: docs: typo (#2472) X-Git-Tag: @pinia/nuxt@0.5.2-beta.0~96 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=99c4a3e061bec93a9f8104e6348388b905210cc8;p=thirdparty%2Fvuejs%2Fpinia.git docs: typo (#2472) Co-authored-by: Eduardo San Martin Morote --- diff --git a/packages/docs/core-concepts/actions.md b/packages/docs/core-concepts/actions.md index 6fd99deb..41dd607c 100644 --- a/packages/docs/core-concepts/actions.md +++ b/packages/docs/core-concepts/actions.md @@ -54,7 +54,7 @@ export const useUsers = defineStore('users', { You are also completely free to set whatever arguments you want and return anything. When calling actions, everything will be automatically inferred! -Actions are invoked like function or regular methods: +Actions are invoked like regular functions and methods: ```vue