Skip to content

Commit 1d9015c

Browse files
committed
chore: fix typo
1 parent 0f6f909 commit 1d9015c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/constructs/retry-strategy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export interface RetryStrategy {
2323
/**
2424
* The number of seconds to wait before the first retry attempt.
2525
* This value is used differently based on the retry strategy type:
26-
* - FIXED: Same delay f'or all retries
26+
* - FIXED: Same delay for all retries
2727
* - LINEAR: Base value that increases linearly (baseBackoffSeconds * attempt)
2828
* - EXPONENTIAL: Base value that increases exponentially (baseBackoffSeconds ^ attempt)
2929
* - SINGLE_RETRY: The delay for the first and only retry

0 commit comments

Comments
 (0)