Skip to content
This repository was archived by the owner on Jul 13, 2026. It is now read-only.

Commit ef9ed1b

Browse files
chore: remove redundant word (#531)
Signed-off-by: tanhuaan <tanhuaan@outlook.com> Co-authored-by: Stanley Jones <stanley@alchemy.com>
1 parent b78eb62 commit ef9ed1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/internal/backoff.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export class ExponentialBackoff {
2323
constructor(private readonly maxAttempts = DEFAULT_BACKOFF_MAX_ATTEMPTS) {}
2424

2525
/**
26-
* Returns a promise that resolves after the the backoff delay. The delay is
26+
* Returns a promise that resolves after the backoff delay. The delay is
2727
* increased for each attempt. The promise is rejected if the maximum number
2828
* of attempts is exceeded.
2929
*/

0 commit comments

Comments
 (0)