Skip to content

Commit 6280c62

Browse files
committed
Fix typo
1 parent 8e81c5a commit 6280c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/redirect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ router.rediect({
1616
// redirect any navigation to /a to /b
1717
'/a': '/b',
1818

19-
// redirect can contian dynamic segments
19+
// redirect can contain dynamic segments
2020
// the dynamic segment names must match
2121
'/user/:userId': '/profile/:userId'
2222
})

0 commit comments

Comments
 (0)