mirror of
https://github.com/denoland/deno.git
synced 2025-01-11 08:33:43 -05:00
fix small Deno.createHttpClient typo in lib.deno.unstable.d.ts (#21115)
This commit is contained in:
parent
02c5f49a7a
commit
09dc5f36d9
1 changed files with 1 additions and 1 deletions
2
cli/tsc/dts/lib.deno.unstable.d.ts
vendored
2
cli/tsc/dts/lib.deno.unstable.d.ts
vendored
|
@ -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()`.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue