]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
docs(composition-api): add missing "to" in `useLink` section (#1351)
authorJohannes Noe <docnoe@users.noreply.github.com>
Tue, 22 Mar 2022 10:13:38 +0000 (11:13 +0100)
committerGitHub <noreply@github.com>
Tue, 22 Mar 2022 10:13:38 +0000 (11:13 +0100)
docs/guide/advanced/composition-api.md

index 221d59956e88921792310600bdaa39670c769e94..39157449592d2b698e7b0ace6318a43287240a3a 100644 (file)
@@ -91,7 +91,7 @@ Composition API guards can also be used in any component rendered by `<router-vi
 
 ## `useLink`
 
-Vue Router exposes the internal behavior of RouterLink as a Composition API function. It gives access the same properties as the [`v-slot` API](../../api/#router-link-s-v-slot):
+Vue Router exposes the internal behavior of RouterLink as a Composition API function. It gives access to the same properties as the [`v-slot` API](../../api/#router-link-s-v-slot):
 
 ```js
 import { RouterLink, useLink } from 'vue-router'