docs: fix typos (#24820)

This PR fixes various typos I spotted in the project.
This commit is contained in:
Andreas Deininger 2024-08-02 13:26:54 +02:00 committed by GitHub
parent bcdf600ae4
commit ea121c9a0e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 12 additions and 12 deletions

View file

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