summaryrefslogtreecommitdiff
path: root/runtime/js
diff options
context:
space:
mode:
authorAndreas Deininger <andreas@deininger.net>2024-08-02 13:26:54 +0200
committerGitHub <noreply@github.com>2024-08-02 13:26:54 +0200
commitea121c9a0e162a83beeae62ed9e5a7911877bcbc (patch)
tree595186262a70cbdc22c067a9d5815a51103c25fc /runtime/js
parentbcdf600ae40af8880d9c6d8e0c64179de274290f (diff)
docs: fix typos (#24820)
This PR fixes various typos I spotted in the project.
Diffstat (limited to 'runtime/js')
-rw-r--r--runtime/js/99_main.js2
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;