Skip to content

Commit 659fc5d

Browse files
marsonyaruyadorno
authored andcommitted
doc: fix typos in lib/internal/bootstrap/pre_execution.js
PR-URL: #37658 Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Pooja D P <[email protected]>
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‎

Lines changed: 2 additions & 2 deletions
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
functioninitializeDeprecations(){
243243
const{ deprecate }=require('internal/util');
244244
constpendingDeprecation=getOptionValue('--pending-deprecation');

0 commit comments

Comments
(0)