Skip to content

Commit 32ac9b3

Browse files
committed
Fix typo
1 parent 3b8f148 commit 32ac9b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/api/redirect.md

+1-1
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',

0 commit comments

Comments
 (0)