Fix a bunch of spelling errors (#5314)

This commit is contained in:
Bert Belder 2020-05-14 08:58:48 +02:00
parent aa1284ceb0
commit 76a6a1ff46
No known key found for this signature in database
GPG key ID: 7A77887B2E2ED461
6 changed files with 9 additions and 9 deletions

View file

@ -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"];