From ea121c9a0e162a83beeae62ed9e5a7911877bcbc Mon Sep 17 00:00:00 2001 From: Andreas Deininger Date: Fri, 2 Aug 2024 13:26:54 +0200 Subject: docs: fix typos (#24820) This PR fixes various typos I spotted in the project. --- cli/tsc/dts/lib.deno.unstable.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tsc/dts') diff --git a/cli/tsc/dts/lib.deno.unstable.d.ts b/cli/tsc/dts/lib.deno.unstable.d.ts index f76b67dd8..e940bfca9 100644 --- a/cli/tsc/dts/lib.deno.unstable.d.ts +++ b/cli/tsc/dts/lib.deno.unstable.d.ts @@ -960,7 +960,7 @@ declare namespace Deno { caCerts?: string[]; /** A HTTP proxy to use for new connections. */ proxy?: Proxy; - /** Sets the maximum numer of idle connections per host allowed in the pool. */ + /** Sets the maximum number of idle connections per host allowed in the pool. */ poolMaxIdlePerHost?: number; /** Set an optional timeout for idle sockets being kept-alive. * Set to false to disable the timeout. */ -- cgit v1.2.3