Skip to content

Commit ca36617

Browse files
authored
chore(core): Fix typo in comment (#20658)
Fixes typos.
1 parent b1b3c59 commit ca36617

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/src/utils/spanUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ export function getStatusMessage(status: SpanStatus | undefined): string | undef
328328
}
329329

330330
/**
331-
* Convert the various statuses to the simple onces expected by Sentry for steamed spans ('ok' is default).
331+
* Convert the various statuses to the simple ones expected by Sentry for streamed spans ('ok' is default).
332332
*/
333333
export function getSimpleStatusMessage(status: SpanStatus | undefined): 'ok' | 'error' {
334334
return !status ||

0 commit comments

Comments
 (0)