Skip to content

Commit 11c9d42

Browse files
authored
chore(trace): fix typo in trace-to-event-format.mjs (#39279)
arbitary -> arbitrary
1 parent 1039dd4 commit 11c9d42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/trace-to-event-format.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ const createEvent = (trace, ph, cat) => ({
1010
ts: trace.timestamp,
1111
// event category. We only use duration events (B/E) for now.
1212
ph,
13-
// process id. We don't collect this for now, putting arbitary numbers.
13+
// process id. We don't collect this for now, putting arbitrary numbers.
1414
pid: 1,
15-
// thread id. We don't collect this for now, putting arbitary numebers.
15+
// thread id. We don't collect this for now, putting arbitrary numebers.
1616
tid: 10,
1717
args: trace.tags,
1818
})

0 commit comments

Comments
 (0)