mirror of
https://github.com/denoland/deno.git
synced 2025-09-24 19:32:30 +00:00
docs: fix typos (#24820)
This PR fixes various typos I spotted in the project.
This commit is contained in:
parent
bcdf600ae4
commit
ea121c9a0e
11 changed files with 12 additions and 12 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue