diff options
author | Andreas Deininger <andreas@deininger.net> | 2024-08-02 13:26:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-02 13:26:54 +0200 |
commit | ea121c9a0e162a83beeae62ed9e5a7911877bcbc (patch) | |
tree | 595186262a70cbdc22c067a9d5815a51103c25fc /runtime/js/99_main.js | |
parent | bcdf600ae40af8880d9c6d8e0c64179de274290f (diff) |
docs: fix typos (#24820)
This PR fixes various typos I spotted in the project.
Diffstat (limited to 'runtime/js/99_main.js')
-rw-r--r-- | runtime/js/99_main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/js/99_main.js b/runtime/js/99_main.js index f537f1775..ca96e34b7 100644 --- a/runtime/js/99_main.js +++ b/runtime/js/99_main.js @@ -532,7 +532,7 @@ function dispatchUnloadEvent() { } let hasBootstrapped = false; -// Delete the `console` object that V8 automaticaly adds onto the global wrapper +// Delete the `console` object that V8 automatically adds onto the global wrapper // object on context creation. We don't want this console object to shadow the // `console` object exposed by the ext/node globalThis proxy. delete globalThis.console; |