Skip to content

Commit

Permalink
aws/credentials: Fix typo in ChainProvider doc (#882)
Browse files Browse the repository at this point in the history
  • Loading branch information
minamijoyo authored and jasdel committed Oct 10, 2016
1 parent c0d7d32 commit 6e6021d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/credentials/chain_provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ var (
//
// Example of ChainProvider to be used with an EnvProvider and EC2RoleProvider.
// In this example EnvProvider will first check if any credentials are available
// vai the environment variables. If there are none ChainProvider will check
// via the environment variables. If there are none ChainProvider will check
// the next Provider in the list, EC2RoleProvider in this case. If EC2RoleProvider
// does not return any credentials ChainProvider will return the error
// ErrNoValidProvidersFoundInChain
Expand Down

0 comments on commit 6e6021d

Please sign in to comment.