Skip to content

Commit f5c055c

Browse files
ablipanyyx990803
authored andcommitted
Update link.md
activeClass miss a 's'
1 parent cba8a02 commit f5c055c

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
@@ -31,7 +31,7 @@ It is also possible to configure the matching behavior so that the active class
3131
<a v-link="{ path: '/a', exact: true }"></a>
3232
```
3333

34-
The active link class name can be configured with the `linkActiveClass` option when creating the router instance. It can also be overridden with the `activeClas` inline option:
34+
The active link class name can be configured with the `linkActiveClass` option when creating the router instance. It can also be overridden with the `activeClass` inline option:
3535

3636
``` html
3737
<a v-link="{ path: '/a', activeClass: 'custom-active-class' }"></a>

0 commit comments

Comments
 (0)