mirror of
https://github.com/denoland/deno.git
synced 2025-09-28 05:04:48 +00:00
Fix a bunch of spelling errors (#5314)
This commit is contained in:
parent
aa1284ceb0
commit
76a6a1ff46
6 changed files with 9 additions and 9 deletions
2
cli/js/lib.deno.unstable.d.ts
vendored
2
cli/js/lib.deno.unstable.d.ts
vendored
|
@ -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"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue