Skip to content

Commit 2057410

Browse files
authored
Update src/content/docs/pages/functions/routing.mdx
1 parent 99c5f6b commit 2057410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/pages/functions/routing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ The following requests will match the following files:
100100
| /users/special | /users/special.js |
101101
| /users/daniel/xyz/123 | /users/\[\[catchall]].js |
102102

103-
The URL segment(s) that match the placeholder (`[user]`) will be available in the request [`context`](/pages/functions/api-reference/#eventcontext) object. The [`context.params`](/pages/functions/api-reference/) object can be used to find the matched value for a given filename placeholder.
103+
The URL segment(s) that match the placeholder (`[user]`) will be available in the request [`context`](/pages/functions/api-reference/#eventcontext) object. The [`context.params`](/pages/functions/api-reference/#eventcontext) object can be used to find the matched value for a given filename placeholder.
104104

105105
For files which match a single URL segment (use a single set of brackets), the values are returned as a string:
106106

0 commit comments

Comments
 (0)