Skip to content

Commit

Permalink
docs: typo (#2472)
Browse files Browse the repository at this point in the history
Co-authored-by: Eduardo San Martin Morote <[email protected]>
  • Loading branch information
SholomAber and posva authored Nov 1, 2023
1 parent eac7754 commit 99c4a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/core-concepts/actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 99c4a3e

Please sign in to comment.