From 76a6a1ff46adde01877fbf4b874dc8d344a74f9c Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Thu, 14 May 2020 08:58:48 +0200 Subject: Fix a bunch of spelling errors (#5314) --- cli/js/lib.deno.unstable.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/js/lib.deno.unstable.d.ts') diff --git a/cli/js/lib.deno.unstable.d.ts b/cli/js/lib.deno.unstable.d.ts index 10587d3df..fc6d844b7 100644 --- a/cli/js/lib.deno.unstable.d.ts +++ b/cli/js/lib.deno.unstable.d.ts @@ -270,7 +270,7 @@ declare namespace Deno { /** **UNSTABLE**: new API, yet to be vetted. * - * Open and initalize a plugin. + * Open and initialize a plugin. * * const rid = Deno.openPlugin("./path/to/some/plugin.so"); * const opId = Deno.core.ops()["some_op"]; -- cgit v1.2.3