Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
snewcomer committed Dec 3, 2019
1 parent 0688716 commit 019671d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ config :stripity_stripe, hackney_opts: [{:connect_timeout, 1000}, {:recv_timeout

### Request Retries

To set retries, you can pass the number of attempts and range of backoff (time between tring the request again) in milliseconds
To set retries, you can pass the number of attempts and range of backoff (time between attempting the request again) in milliseconds.

```ex
config :stripity_stripe, :retries, [max_attempts: 3, base_backoff: 500, max_backoff: 2_000]
Expand Down

0 comments on commit 019671d

Please sign in to comment.