Skip to content

Commit 7652157

Browse files
committed
Fixing spelling
1 parent 5661fff commit 7652157

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/browser/src/plugins/segmentio/shared-dispatcher.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export interface BatchingDispatchConfig extends DispatchFetchConfig {
6262
size?: number
6363
/**
6464
* If strategy = 'batching', the maximum time, in milliseconds, to wait before sending a request.
65-
* This won't alaways be relevant, as the request will be sent when the size is reached.
65+
* This won't always be relevant, as the request will be sent when the size is reached.
6666
* However, if the size is never reached, the request will be sent after this time.
6767
* When it comes to retries, if there is a rate limit timeout header, that will be respected over the value here.
6868
*

0 commit comments

Comments
 (0)