We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f6f909 commit 1d9015cCopy full SHA for 1d9015c
packages/cli/src/constructs/retry-strategy.ts
@@ -23,7 +23,7 @@ export interface RetryStrategy {
23
/**
24
* The number of seconds to wait before the first retry attempt.
25
* This value is used differently based on the retry strategy type:
26
- * - FIXED: Same delay f'or all retries
+ * - FIXED: Same delay for all retries
27
* - LINEAR: Base value that increases linearly (baseBackoffSeconds * attempt)
28
* - EXPONENTIAL: Base value that increases exponentially (baseBackoffSeconds ^ attempt)
29
* - SINGLE_RETRY: The delay for the first and only retry
0 commit comments