From 6d9d336f0d5b0ec6badd60d5b1bae88b6b838e65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B8=82=E5=B7=9D=E6=81=AD=E4=BD=91=20=28ebi=29?= <44393661+ebi-yade@users.noreply.github.com> Date: Wed, 1 Feb 2023 22:53:22 +0900 Subject: [PATCH] Correct a typological error in credentials/ec2rolecreds/doc.go (#2004) --- credentials/ec2rolecreds/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/credentials/ec2rolecreds/doc.go b/credentials/ec2rolecreds/doc.go index 72214bf4053..6ed71b42b28 100644 --- a/credentials/ec2rolecreds/doc.go +++ b/credentials/ec2rolecreds/doc.go @@ -11,7 +11,7 @@ // # Loading credentials with the SDK's AWS Config // // The EC2 Instance role credentials provider will automatically be the resolved -// credential provider int he credential chain if no other credential provider is +// credential provider in the credential chain if no other credential provider is // resolved first. // // To explicitly instruct the SDK's credentials resolving to use the EC2 Instance