Skip to content

Commit

Permalink
lib: fix typo in trace_events_async_hooks.js
Browse files Browse the repository at this point in the history
chrome://traceing does not exist

PR-URL: #18280
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Jon Moss <me@jonathanmoss.me>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
  • Loading branch information
gillesdemey authored and evanlucas committed Jan 30, 2018
1 parent fd3aa03 commit 9ad45ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/trace_events_async_hooks.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const trace_events = process.binding('trace_events');
const async_wrap = process.binding('async_wrap');
const async_hooks = require('async_hooks');

// Use small letters such that chrome://traceing groups by the name.
// Use small letters such that chrome://tracing groups by the name.
// The behavior is not only useful but the same as the events emitted using
// the specific C++ macros.
const BEFORE_EVENT = 'b'.charCodeAt(0);
Expand Down

0 comments on commit 9ad45ef

Please sign in to comment.