Skip to content

Commit

Permalink
chore: pr suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Norman <[email protected]>
  • Loading branch information
SgtPooki and 2color authored Jan 10, 2025
1 parent b410346 commit d3c0727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/verified-fetch/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down

0 comments on commit d3c0727

Please sign in to comment.