Skip to content

Commit 2100cb6

Browse files
committed
chore: spelling mistake
1 parent 516d9bd commit 2100cb6

File tree

1 file changed

+1
-1
lines changed
  • src/pages/[platform]/build-a-backend/add-aws-services/rest-api/fetch-data

1 file changed

+1
-1
lines changed

Diff for: src/pages/[platform]/build-a-backend/add-aws-services/rest-api/fetch-data/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ async function getItem() {
5454

5555
The `retryStrategy` can be configured with:
5656
- `no-retry`: Single attempt, fails immediately on error
57-
- `jitteredExponentialBackoff`: Default strategy that retries with increasing delays, maximum 3 attempts
57+
- `jittered-exponential-backoff`: Default strategy that retries with increasing delays, maximum 3 attempts
5858

5959
## Accessing response payload
6060

0 commit comments

Comments
 (0)