Skip to content

Commit eea4f3b

Browse files
marsonyatargos
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 b0840ac commit eea4f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/bootstrap/loaders.js

+1-1
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)