]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: typo (#2472)
authorSholom Aber <SholomAber@users.noreply.github.com>
Wed, 1 Nov 2023 17:44:11 +0000 (10:44 -0700)
committerGitHub <noreply@github.com>
Wed, 1 Nov 2023 17:44:11 +0000 (18:44 +0100)
Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
packages/docs/core-concepts/actions.md

index 6fd99debcce442438238fb411a17a58763e1a4dd..41dd607cb310237d54dc978c999540b155b287d3 100644 (file)
@@ -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
 <script setup>