diff --git a/packages/utils/src/baggage.ts b/packages/utils/src/baggage.ts index 9c9b7405aea2..71e909a5f4e5 100644 --- a/packages/utils/src/baggage.ts +++ b/packages/utils/src/baggage.ts @@ -87,7 +87,7 @@ export function serializeBaggage(baggage: Baggage): string { /** * Parse a baggage header from a string or a string array and return a Baggage object * - * If @param includeThirdPartyEntries is set to true, thir party baggage entries are added to the Baggage object + * If @param includeThirdPartyEntries is set to true, third party baggage entries are added to the Baggage object * (This is necessary for merging potentially pre-existing baggage headers in outgoing requests with * our `sentry-` values) */