Skip to content

Commit 6bca487

Browse files
szTheorycodebytere
authored andcommitted
lib: fix grammar in internal/bootstrap/loaders.js
PR-URL: #33211 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent 84974d3 commit 6bca487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/bootstrap/node.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// This file is expected not to perform any asynchronous operations itself
88
// when being executed - those should be done in either
99
// `lib/internal/bootstrap/pre_execution.js` or in main scripts. The majority
10-
// of the code here focus on setting up the global proxy and the process
10+
// of the code here focuses on setting up the global proxy and the process
1111
// object in a synchronous manner.
1212
// As special caution is given to the performance of the startup process,
1313
// many dependencies are invoked lazily.

0 commit comments

Comments
 (0)