Skip to content

Commit

Permalink
Merge pull request #4759 from d3QUone/fix-typo
Browse files Browse the repository at this point in the history
Fix typo in AssumeRoleTokenProvider description
  • Loading branch information
lucix-aws committed Mar 20, 2023
2 parents cf6d104 + 5afcc94 commit 02f19bf
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 02f19bf

Please sign in to comment.