From eea4f3bf82e3f87db6167ec1f1ea8c581472c862 Mon Sep 17 00:00:00 2001 From: marsonya Date: Sun, 7 Mar 2021 03:24:56 +0530 Subject: [PATCH] lib: fix typo in lib/internal/bootstrap/loaders.js PR-URL: https://github.com/nodejs/node/pull/37644 Reviewed-By: Anna Henningsen Reviewed-By: Darshan Sen Reviewed-By: Rich Trott Reviewed-By: Pooja D P --- lib/internal/bootstrap/loaders.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/internal/bootstrap/loaders.js b/lib/internal/bootstrap/loaders.js index cae3200e677926..4a5e962092d790 100644 --- a/lib/internal/bootstrap/loaders.js +++ b/lib/internal/bootstrap/loaders.js @@ -4,7 +4,7 @@ // lib/internal/modules/esm/* (ES Modules). // // This file is compiled and run by node.cc before bootstrap/node.js -// was called, therefore the loaders are bootstraped before we start to +// was called, therefore the loaders are bootstrapped before we start to // actually bootstrap Node.js. It creates the following objects: // // C++ binding loaders: