Explorar o código

docs: change `funciton` to `method` (#2043)

Yukon123 %!s(int64=3) %!d(string=hai) anos
pai
achega
c0bad80e9c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/guide/composition-api.md

+ 1 - 1
docs/guide/composition-api.md

@@ -37,7 +37,7 @@ export default {
 
 ## Accessing Mutations and Actions
 
-When accessing mutations and actions, you can simply provide the `commit` and `dispatch` function inside the `setup` hook.
+When accessing mutations and actions, you can simply provide the `commit` and `dispatch` method inside the `setup` hook.
 
 ```js
 import { useStore } from 'vuex'