Skip to content

Commit

Permalink
doc: fix typo in web-api.md (#1900)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmutta authored Aug 28, 2024
1 parent e5a4f3f commit f93054e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/packages/web-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ being able to reach `api.slack.com` and an error in the response from Slack abou
something that can be resolved with a retry, so it was retried. The invalid token error means that the call isn't going
to succeed until your app does something differently, so it stops attempting retries.

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

Expand Down

0 comments on commit f93054e

Please sign in to comment.