There was an error while loading. Please reload this page.
1 parent b78eb62 commit ef9ed1bCopy full SHA for ef9ed1b
1 file changed
src/internal/backoff.ts
@@ -23,7 +23,7 @@ export class ExponentialBackoff {
23
constructor(private readonly maxAttempts = DEFAULT_BACKOFF_MAX_ATTEMPTS) {}
24
25
/**
26
- * Returns a promise that resolves after the the backoff delay. The delay is
+ * Returns a promise that resolves after the backoff delay. The delay is
27
* increased for each attempt. The promise is rejected if the maximum number
28
* of attempts is exceeded.
29
*/
0 commit comments