Skip to content

Commit

Permalink
Fix typo in AssumeRoleTokenProvider description
Browse files Browse the repository at this point in the history
  • Loading branch information
d3QUone committed Mar 15, 2023
1 parent 7d0e04c commit 5afcc94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/session/session.go
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ type Options struct {
// from stdin for the MFA token code.
//
// This field is only used if the shared configuration is enabled, and
// the config enables assume role wit MFA via the mfa_serial field.
// the config enables assume role with MFA via the mfa_serial field.
AssumeRoleTokenProvider func() (string, error)

// When the SDK's shared config is configured to assume a role this option
Expand Down

0 comments on commit 5afcc94

Please sign in to comment.