Skip to content

Commit 852f53e

Browse files
marsonyadanielleadams
authored andcommitted
lib: fix typo in lib/internal/bootstrap/loaders.js
PR-URL: #37644 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Pooja D P <[email protected]>
1 parent 705bdfb commit 852f53e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/bootstrap/loaders.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// lib/internal/modules/esm/* (ES Modules).
55
//
66
// This file is compiled and run by node.cc before bootstrap/node.js
7-
// was called, therefore the loaders are bootstraped before we start to
7+
// was called, therefore the loaders are bootstrapped before we start to
88
// actually bootstrap Node.js. It creates the following objects:
99
//
1010
// C++ binding loaders:

0 commit comments

Comments
 (0)