Skip to content

Commit

Permalink
Fix a typo in the Retryer docs (#1441)
Browse files Browse the repository at this point in the history
Retryer was spelled as Retyer. This PR fixes that typo.
  • Loading branch information
eliot-stripe committed Oct 5, 2021
1 parent 6544404 commit f7e09fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/config.go
Expand Up @@ -46,7 +46,7 @@ type Config struct {
// retried in case of recoverable failures. When nil the API client will use a default
// retryer.
//
// In general, the provider function should return a new instance of a Retyer if you are attempting
// In general, the provider function should return a new instance of a Retryer if you are attempting
// to provide a consistent Retryer configuration across all clients. This will ensure that each client will be
// provided a new instance of the Retryer implementation, and will avoid issues such as sharing the same retry token
// bucket across services.
Expand Down

0 comments on commit f7e09fb

Please sign in to comment.