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

Commit 8ea898f

Browse files
pmallolsujaya-sys
andcommitted
fix: tweak example for single retry strategy
Co-authored-by: Susa Tünker <74345218+sujaya-sys@users.noreply.github.com>
1 parent 653e6d8 commit 8ea898f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

site/content/docs/cli/constructs-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,7 @@ new ApiCheck('retrying-check', {
10831083
`RetryStrategyBuilder` supports the following helper methods:
10841084

10851085
- `noRetries()`: No retries are performed.
1086-
- `singleStrategy(options)`: A single retry is performed after a fixed interval, e.g. 5s and 5s.
1086+
- `singleStrategy(options)`: A single retry is performed after a fixed interval, e.g. 5s
10871087
- `fixedStrategy(options)`: A fixed time between retries, e.g. 5s, 5s, 5s etc.
10881088
- `linearStrategy(options)`: A linearly increasing time between retries, e.g. 5s, 10s, 15s, etc.
10891089
- `exponentialStrategy(options)`: An exponentially increasing time between retries, e.g. 5s, 25s, 125s (2m and 5s) etc.

0 commit comments

Comments
 (0)