Skip to content

Commit 2f264af

Browse files
juukieyyx990803
authored andcommitted
Fix typo
1 parent cd53501 commit 2f264af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/link.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The active link class name can be configured with the `linkActiveClass` option w
4949

5050
- **append**
5151

52-
A relative link with `append: true` always append the relative path to the current path. For example, assuming we are navigating from `/a` to a relative link `b`, without `append: true` we will end up at `/b`, but with `append: true` we will end up at `/a/b`.
52+
A relative link with `append: true` always appends the relative path to the current path. For example, assuming we are navigating from `/a` to a relative link `b`, without `append: true` we will end up at `/b`, but with `append: true` we will end up at `/a/b`.
5353

5454
``` html
5555
<a v-link="{ path: 'relative/path', append: true }"></a>

0 commit comments

Comments
 (0)