Skip to content

Commit 8b4c6ad

Browse files
Hyperlint Automation: Broken Link Fixes (#20442)
* Fix issue: WorkspaceTaskSubType.BROKEN_LINK * Update src/content/docs/pages/functions/routing.mdx --------- Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com> Co-authored-by: Daniel Walsh <[email protected]>
1 parent a712349 commit 8b4c6ad

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/#params) 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)