We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e81c5a commit 6280c62Copy full SHA for 6280c62
docs/api/redirect.md
@@ -16,7 +16,7 @@ router.rediect({
16
// redirect any navigation to /a to /b
17
'/a': '/b',
18
19
- // redirect can contian dynamic segments
+ // redirect can contain dynamic segments
20
// the dynamic segment names must match
21
'/user/:userId': '/profile/:userId'
22
})
0 commit comments