Skip to content

Commit 109abcf

Browse files
authored
Fix typo in use cases (#78)
1 parent e2889cd commit 109abcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/app/(home)/components/use-cases-server.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ async function callAPI(endpoint) {
5252
}
5353
5454
// Customize max retries
55-
chargeCard.maxRetries = 5;`,
55+
callAPI.maxRetries = 5;`,
5656
},
5757
{
5858
id: 'sleep',

0 commit comments

Comments
 (0)