Skip to content

Commit 40d26be

Browse files
authored
chore(doc): Fix typo in JSDoc of parseBaggageHeader (#5322)
1 parent 3e07e20 commit 40d26be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/utils/src/baggage.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export function serializeBaggage(baggage: Baggage): string {
8787
/**
8888
* Parse a baggage header from a string or a string array and return a Baggage object
8989
*
90-
* If @param includeThirdPartyEntries is set to true, thir party baggage entries are added to the Baggage object
90+
* If @param includeThirdPartyEntries is set to true, third party baggage entries are added to the Baggage object
9191
* (This is necessary for merging potentially pre-existing baggage headers in outgoing requests with
9292
* our `sentry-` values)
9393
*/

0 commit comments

Comments
 (0)