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 1fe5e20 commit 3da4d2aCopy full SHA for 3da4d2a
docs/api/alias.md
@@ -18,7 +18,7 @@ router.alias({
18
// match /a as if it is /a/b/c
19
'/a': '/a/b/c',
20
21
- // alias can contian dynamic segments
+ // alias can contain dynamic segments
22
// the dynamic segment names must match
23
'/user/:userId': '/user/profile/:userId'
24
})
0 commit comments