Skip to content

Commit

Permalink
doc: fix typos in lib/internal/bootstrap/pre_execution.js
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
marsonya authored and targos committed May 1, 2021
1 parent e4f6141 commit 2a5f21f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/internal/bootstrap/pre_execution.js
Expand Up @@ -224,9 +224,9 @@ function setupInspectorHooks() {
}
}

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

0 comments on commit 2a5f21f

Please sign in to comment.