Skip to content

Commit

Permalink
fix: pr feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Sep 5, 2024
1 parent 8eef0e5 commit 158faee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/targets/node/fetch/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const fetch: Client = {
info: {
key: 'fetch',
title: 'fetch',
link: 'https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch',
link: 'https://nodejs.org/docs/latest/api/globals.html#fetch',
description: 'Perform asynchronous HTTP requests with the Fetch API',
extname: '.js',
},
Expand Down

0 comments on commit 158faee

Please sign in to comment.