We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 516d9bd commit 2100cb6Copy full SHA for 2100cb6
src/pages/[platform]/build-a-backend/add-aws-services/rest-api/fetch-data/index.mdx
@@ -54,7 +54,7 @@ async function getItem() {
54
55
The `retryStrategy` can be configured with:
56
- `no-retry`: Single attempt, fails immediately on error
57
-- `jitteredExponentialBackoff`: Default strategy that retries with increasing delays, maximum 3 attempts
+- `jittered-exponential-backoff`: Default strategy that retries with increasing delays, maximum 3 attempts
58
59
## Accessing response payload
60
0 commit comments