Skip to content

Commit

Permalink
Fix docstring typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 committed Dec 23, 2024
1 parent fbebd67 commit 75615c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export interface ClientConfig {
fetchOptions?: RequestInit;
/**
* Whether to require manual .flush() calls before sending traces.
* Useful to solve rate limits at trace high volumes.
* Useful if encountering network rate limits at trace high volumes.
*/
manualFlushMode?: boolean;
}
Expand Down

0 comments on commit 75615c5

Please sign in to comment.