File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ $ mix test
163
163
164
164
## Release
165
165
166
- * Make sure the ` CHANGELOG.md ` is up-to-date and and reflects the changes for
166
+ * Make sure the ` CHANGELOG.md ` is up-to-date and reflects the changes for
167
167
the new version.
168
168
* Bump the version here in the ` README.md ` and in ` mix.exs ` .
169
169
* Run ` git tag v$VERSION ` to tag the version that was just published.
Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ defmodule AWS.Client do
204
204
* `retry_opts` - the options to configure retries in case of errors. This uses exponential backoff with jitter.
205
205
* `:max_retries` - the maximum number of retries (plus the initial request). Defaults to `10`.
206
206
* `:base_sleep_time` - the base sleep time in milliseconds. Defaults to `5`.
207
- * `:cap_sleep_time` - the maximum sleep time between atttempts . Defaults to `5_000`.
207
+ * `:cap_sleep_time` - the maximum sleep time between attempts . Defaults to `5_000`.
208
208
209
209
See "FullJitter" at: https://aws.amazon.com/blogs/architecture/exponential-backoff-and-jitter/
210
210
You can’t perform that action at this time.
0 commit comments