Skip to content

Commit

Permalink
doc: fix URL
Browse files Browse the repository at this point in the history
  • Loading branch information
magne4000 committed Dec 11, 2024
1 parent d0a2f49 commit a34abf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/runtime-adapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ runtime.adapter;
// runtime environment identifier. See https://runtime-keys.proposal.wintercg.org/
runtime.runtime;
// ^^^^^^^
// extracted route parameters. See http://localhost:5173/recipes/params-handler
// extracted route parameters. See https://universal-middleware.dev/recipes/params-handler
runtime.params;
// ^^^^^^
// original `req` if running inside node
Expand Down

0 comments on commit a34abf3

Please sign in to comment.