Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit 083706b

Browse files
authored
aws/credentials/stscreds: Fix typo in StdinTokenProvider (#3791)
Fixes small typo in StdinTokenProvider's documentation.
1 parent d5c2145 commit 083706b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws/credentials/stscreds/assume_role_provider.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ import (
9595
// StdinTokenProvider will prompt on stderr and read from stdin for a string value.
9696
// An error is returned if reading from stdin fails.
9797
//
98-
// Use this function go read MFA tokens from stdin. The function makes no attempt
98+
// Use this function to read MFA tokens from stdin. The function makes no attempt
9999
// to make atomic prompts from stdin across multiple gorouties.
100100
//
101101
// Using StdinTokenProvider with multiple AssumeRoleProviders, or Credentials will

0 commit comments

Comments
 (0)