Skip to content

Commit 538b2b9

Browse files
authored
chore: fix markdown link typo (#1655)
markdown url was not properly defined (missing starting `[` char)
1 parent 3967172 commit 538b2b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/content/en/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ All [Vue I18n properties and methods](http://kazupon.github.io/vue-i18n/api/#vue
4747
### localeRoute()
4848

4949
- **Arguments**:
50-
- route (type: `RawLocation`](https://github.com/vuejs/vue-router/blob/f40139c27a9736efcbda69ec136cb00d8e00fa97/types/router.d.ts#L8))
50+
- route (type: [`RawLocation`](https://github.com/vuejs/vue-router/blob/f40139c27a9736efcbda69ec136cb00d8e00fa97/types/router.d.ts#L8))
5151
- locale (type: `string`, default: current locale)
5252
- **Returns**: [`Route`](https://github.com/vuejs/vue-router/blob/f40139c27a9736efcbda69ec136cb00d8e00fa97/types/router.d.ts#L135-L145) | `undefined`
5353

0 commit comments

Comments
 (0)