Skip to content

Commit 659fc5d

Browse files
marsonyaruyadorno
authored andcommittedMar 30, 2021
doc: fix typos in lib/internal/bootstrap/pre_execution.js
PR-URL: #37658 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Pooja D P <Pooja.D.P@ibm.com>
1 parent b6ad8e4 commit 659fc5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎lib/internal/bootstrap/pre_execution.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,9 @@ function setupInspectorHooks() {
236236
}
237237
}
238238

239-
// In general deprecations are intialized wherever the APIs are implemented,
239+
// In general deprecations are initialized wherever the APIs are implemented,
240240
// this is used to deprecate APIs implemented in C++ where the deprecation
241-
// utitlities are not easily accessible.
241+
// utilities are not easily accessible.
242242
function initializeDeprecations() {
243243
const { deprecate } = require('internal/util');
244244
const pendingDeprecation = getOptionValue('--pending-deprecation');

0 commit comments

Comments
 (0)