Skip to content

Commit f7e09fb

Browse files
authored
Fix a typo in the Retryer docs (#1441)
Retryer was spelled as Retyer. This PR fixes that typo.
1 parent 6544404 commit f7e09fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ type Config struct {
4646
// retried in case of recoverable failures. When nil the API client will use a default
4747
// retryer.
4848
//
49-
// In general, the provider function should return a new instance of a Retyer if you are attempting
49+
// In general, the provider function should return a new instance of a Retryer if you are attempting
5050
// to provide a consistent Retryer configuration across all clients. This will ensure that each client will be
5151
// provided a new instance of the Retryer implementation, and will avoid issues such as sharing the same retry token
5252
// bucket across services.

0 commit comments

Comments
 (0)