From 4cea00d129819ab148be60b143bdfcf43db4f5ba Mon Sep 17 00:00:00 2001 From: btoo <8883465+btoo@users.noreply.github.com> Date: Tue, 7 Nov 2023 23:02:31 -0500 Subject: [PATCH] fix small Deno.createHttpClient typo in lib.deno.unstable.d.ts Signed-off-by: btoo <8883465+btoo@users.noreply.github.com> --- cli/tsc/dts/lib.deno.unstable.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/tsc/dts/lib.deno.unstable.d.ts b/cli/tsc/dts/lib.deno.unstable.d.ts index 0a7a824696d017..3ca8a212aa2b03 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()`. *