We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b87939c commit 74c1f4eCopy full SHA for 74c1f4e
lib/internal/trace_events_async_hooks.js
@@ -4,7 +4,7 @@ const trace_events = process.binding('trace_events');
4
const async_wrap = process.binding('async_wrap');
5
const async_hooks = require('async_hooks');
6
7
-// Use small letters such that chrome://traceing groups by the name.
+// Use small letters such that chrome://tracing groups by the name.
8
// The behavior is not only useful but the same as the events emitted using
9
// the specific C++ macros.
10
const BEFORE_EVENT = 'b'.charCodeAt(0);
0 commit comments