We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6544404 commit f7e09fbCopy full SHA for f7e09fb
aws/config.go
@@ -46,7 +46,7 @@ type Config struct {
46
// retried in case of recoverable failures. When nil the API client will use a default
47
// retryer.
48
//
49
- // 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
50
// to provide a consistent Retryer configuration across all clients. This will ensure that each client will be
51
// provided a new instance of the Retryer implementation, and will avoid issues such as sharing the same retry token
52
// bucket across services.
0 commit comments