Skip to content

Commit

Permalink
fix small Deno.createHttpClient typo in lib.deno.unstable.d.ts (#21115)
Browse files Browse the repository at this point in the history
  • Loading branch information
btoo authored Nov 9, 2023
1 parent 02c5f49 commit 09dc5f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/tsc/dts/lib.deno.unstable.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,7 @@ declare namespace Deno {

/** **UNSTABLE**: New API, yet to be vetted.
*
* Create a custom HttpClient for to use with {@linkcode fetch}. This is an
* Create a custom HttpClient to use with {@linkcode fetch}. This is an
* extension of the web platform Fetch API which allows Deno to use custom
* TLS certificates and connect via a proxy while using `fetch()`.
*
Expand Down

0 comments on commit 09dc5f3

Please sign in to comment.