From d3c07271b7bc5fa323fe1bc6f6438883dffd5ce1 Mon Sep 17 00:00:00 2001 From: Russell Dempsey <1173416+SgtPooki@users.noreply.github.com> Date: Fri, 10 Jan 2025 05:25:44 -0800 Subject: [PATCH] chore: pr suggestion Co-authored-by: Daniel Norman <1992255+2color@users.noreply.github.com> --- packages/verified-fetch/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/verified-fetch/src/index.ts b/packages/verified-fetch/src/index.ts index 1cff7af..5ebedf5 100644 --- a/packages/verified-fetch/src/index.ts +++ b/packages/verified-fetch/src/index.ts @@ -606,7 +606,7 @@ * * #### Server Timing headers * - * By default, we do not include Server Timing headers in responses. If you want to include them, you can pass an + * By default, we do not include [Server Timing](https://developer.mozilla.org/en-US/docs/Web/API/Performance_API/Server_timing) headers in responses. If you want to include them, you can pass an * `includeServerTiming` option to the `createVerifiedFetch` function to include them in all future responses. You can * also pass the `includeServerTiming` option to each fetch call to include them only for that specific response. *