summaryrefslogtreecommitdiff
path: root/cli/js/lib.deno.unstable.d.ts
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2020-05-14 08:58:48 +0200
committerBert Belder <bertbelder@gmail.com>2020-05-16 00:36:49 +0200
commit76a6a1ff46adde01877fbf4b874dc8d344a74f9c (patch)
tree92b5681608b6391c9720b7e287e2428df5b6d0de /cli/js/lib.deno.unstable.d.ts
parentaa1284ceb0f46516d04a6e29862cfc0848a6146c (diff)
Fix a bunch of spelling errors (#5314)
Diffstat (limited to 'cli/js/lib.deno.unstable.d.ts')
-rw-r--r--cli/js/lib.deno.unstable.d.ts2
1 files changed, 1 insertions, 1 deletions
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"];