Skip to content

Commit 3da4d2a

Browse files
committed
Fix typo of alias.md
1 parent 1fe5e20 commit 3da4d2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/alias.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ router.alias({
1818
// match /a as if it is /a/b/c
1919
'/a': '/a/b/c',
2020

21-
// alias can contian dynamic segments
21+
// alias can contain dynamic segments
2222
// the dynamic segment names must match
2323
'/user/:userId': '/user/profile/:userId'
2424
})

0 commit comments

Comments
 (0)