File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -434,7 +434,7 @@ being able to reach `api.slack.com` and an error in the response from Slack abou
434434something that can be resolved with a retry, so it was retried. The invalid token error means that the call isn't going
435435to 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
438438one that works better for you. The ` retryPolicies ` export contains a few well known options, and you can always write
439439your own.
440440
You can’t perform that action at this time.
0 commit comments