We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b8f148 commit 32ac9b3Copy full SHA for 32ac9b3
docs/en/api/redirect.md
@@ -11,7 +11,7 @@ Configures global redirection rules for the router. Global redirections are perf
11
### Example
12
13
``` js
14
-router.rediect({
+router.redirect({
15
16
// redirect any navigation to /a to /b
17
'/a': '/b',
0 commit comments