From a2b4d1354077b676459142eb399df9d5a70c0c5f Mon Sep 17 00:00:00 2001 From: Jesper van den Ende Date: Mon, 13 Dec 2021 13:26:03 +0100 Subject: docs: Fix typo in EmitOptions (#13062) --- cli/dts/lib.deno.unstable.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/dts/lib.deno.unstable.d.ts') diff --git a/cli/dts/lib.deno.unstable.d.ts b/cli/dts/lib.deno.unstable.d.ts index e675b6347..affa4b3fd 100644 --- a/cli/dts/lib.deno.unstable.d.ts +++ b/cli/dts/lib.deno.unstable.d.ts @@ -451,7 +451,7 @@ declare namespace Deno { export interface EmitOptions { /** Indicate that the source code should be emitted to a single file * JavaScript bundle that is a single ES module (`"module"`) or a single - * file self contained script we executes in an immediately invoked function + * file self contained script executed in an immediately invoked function * when loaded (`"classic"`). */ bundle?: "module" | "classic"; /** If `true` then the sources will be typed checked, returning any -- cgit v1.2.3