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()`. *