8000 docs: change `funciton` to `method` (#2043) · risingdamdev/vue-vuex@c0bad80 · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit c0bad80

Browse files
authored
docs: change funciton to method (vuejs#2043)
1 parent 397e9fb commit c0bad80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/composition-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export default {
3737

3838
## Accessing Mutations and Actions
3939

40-
When accessing mutations and actions, you can simply provide the `commit` and `dispatch` function inside the `setup` hook.
40+
When accessing mutations and actions, you can simply provide the `commit` and `dispatch` method inside the `setup` hook.
4141

4242
```js
4343
import { useStore } from 'vuex'

0 commit comments

Comments
 (0)
0