1
0
Fork 0
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:
btoo 2023-11-08 21:34:57 -05:00 committed by GitHub
parent 02c5f49a7a
commit 09dc5f36d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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