Skip to content

Commit f93054e

Browse files
authored
doc: fix typo in web-api.md (#1900)
1 parent e5a4f3f commit f93054e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/packages/web-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ being able to reach `api.slack.com` and an error in the response from Slack abou
434434
something that can be resolved with a retry, so it was retried. The invalid token error means that the call isn't going
435435
to succeed until your app does something differently, so it stops attempting retries.
436436

437-
You might not think 10 reties in 30 minutes is a good policy for your app. No problem, you can set the `retryConfig` to
437+
You might not think 10 retries in 30 minutes is a good policy for your app. No problem, you can set the `retryConfig` to
438438
one that works better for you. The `retryPolicies` export contains a few well known options, and you can always write
439439
your own.
440440

0 commit comments

Comments
 (0)