Skip to content

Commit cebecab

Browse files
committed
Merge pull request #144 from juukie/typos-fix
Fix typo
2 parents f05559d + 871c83d commit cebecab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/en/api/redirect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Configures global redirection rules for the router. Global redirections are perf
1111
### Example
1212

1313
``` js
14-
router.rediect({
14+
router.redirect({
1515

1616
// redirect any navigation to /a to /b
1717
'/a': '/b',

docs/en/link.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# v-link
22

3-
`v-link` is the directive for enabling user navigation in a router-enabled app. It accpets a JavaScript expression which will be passed to `router.go()` internally. For example:
3+
`v-link` is the directive for enabling user navigation in a router-enabled app. It accepts a JavaScript expression which will be passed to `router.go()` internally. For example:
44

55
``` html
66
<!-- literal string -->

0 commit comments

Comments
 (0)