diff --git a/lib/internal/async_hooks.js b/lib/internal/async_hooks.js index dc720a223052bf..44be2990d6a5d8 100644 --- a/lib/internal/async_hooks.js +++ b/lib/internal/async_hooks.js @@ -126,7 +126,7 @@ function validateAsyncId(asyncId, type) { // emitInitScript. function emitInitNative(asyncId, type, triggerAsyncId, resource) { active_hooks.call_depth += 1; - // Use a single try/catch for all hook to avoid setting up one per iteration. + // Use a single try/catch for all hooks to avoid setting up one per iteration. try { for (var i = 0; i < active_hooks.array.length; i++) { if (typeof active_hooks.array[i][init_symbol] === 'function') {