Skip to content

Commit

Permalink
aws/credentials/stscreds: Fix typo in StdinTokenProvider (#3791)
Browse files Browse the repository at this point in the history
Fixes small typo in StdinTokenProvider's documentation.
  • Loading branch information
halmai committed Feb 19, 2021
1 parent d5c2145 commit 083706b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/credentials/stscreds/assume_role_provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ import (
// StdinTokenProvider will prompt on stderr and read from stdin for a string value.
// An error is returned if reading from stdin fails.
//
// Use this function go read MFA tokens from stdin. The function makes no attempt
// Use this function to read MFA tokens from stdin. The function makes no attempt
// to make atomic prompts from stdin across multiple gorouties.
//
// Using StdinTokenProvider with multiple AssumeRoleProviders, or Credentials will
Expand Down

0 comments on commit 083706b

Please sign in to comment.