Skip to content

Commit 825ce3a

Browse files
committed
chore: fixing minor typos
1 parent 922eaa5 commit 825ce3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ $ mix test
163163

164164
## Release
165165

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
167167
the new version.
168168
* Bump the version here in the `README.md` and in `mix.exs`.
169169
* Run `git tag v$VERSION` to tag the version that was just published.

lib/aws/client.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ defmodule AWS.Client do
204204
* `retry_opts` - the options to configure retries in case of errors. This uses exponential backoff with jitter.
205205
* `:max_retries` - the maximum number of retries (plus the initial request). Defaults to `10`.
206206
* `: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`.
208208
209209
See "FullJitter" at: https://aws.amazon.com/blogs/architecture/exponential-backoff-and-jitter/
210210

0 commit comments

Comments
 (0)