Skip to content

Commit 0a4308f

Browse files
committed
spelling: ourself
1 parent 51e149f commit 0a4308f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/debug/ProfilingPlugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ const makeNewProfiledTapFn = (hookName, tracer, { name, type, fn }) => {
367367
return (...args) => {
368368
// eslint-disable-line
369369
const id = ++tracer.counter;
370-
// Do not instrument outself due to the CPU
370+
// Do not instrument ourself due to the CPU
371371
// profile needing to be the last event in the trace.
372372
if (name === pluginName) {
373373
return fn(...args);

0 commit comments

Comments
 (0)