Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
lib: fix grammar in internal/bootstrap/loaders.js
PR-URL: #33211
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
  • Loading branch information
szTheory authored and codebytere committed Jun 7, 2020
1 parent 59619b0 commit 9017bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/bootstrap/node.js
Expand Up @@ -7,7 +7,7 @@
// This file is expected not to perform any asynchronous operations itself
// when being executed - those should be done in either
// `lib/internal/bootstrap/pre_execution.js` or in main scripts. The majority
// of the code here focus on setting up the global proxy and the process
// of the code here focuses on setting up the global proxy and the process
// object in a synchronous manner.
// As special caution is given to the performance of the startup process,
// many dependencies are invoked lazily.
Expand Down

0 comments on commit 9017bce

Please sign in to comment.