Skip to content

Commit 852f53e

Browse files
marsonyadanielleadams
authored andcommittedMar 16, 2021
lib: fix typo in lib/internal/bootstrap/loaders.js
PR-URL: #37644 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Pooja D P <Pooja.D.P@ibm.com>
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

+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)
Please sign in to comment.