diff options
author | btoo <8883465+btoo@users.noreply.github.com> | 2023-11-08 21:34:57 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-08 19:34:57 -0700 |
commit | 09dc5f36d9e69c5bf8acccd5e7e1a77f69209d95 (patch) | |
tree | e4b5ae7d87b688d4b7319a493e2ef1fd901b8f62 /cli/tsc | |
parent | 02c5f49a7aab7b8cfe5ad3b282e6668a1aecddbb (diff) |
fix small Deno.createHttpClient typo in lib.deno.unstable.d.ts (#21115)
Diffstat (limited to 'cli/tsc')
-rw-r--r-- | cli/tsc/dts/lib.deno.unstable.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tsc/dts/lib.deno.unstable.d.ts b/cli/tsc/dts/lib.deno.unstable.d.ts index 0a7a82469..3ca8a212a 100644 --- a/cli/tsc/dts/lib.deno.unstable.d.ts +++ b/cli/tsc/dts/lib.deno.unstable.d.ts @@ -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()`. * |