From ebe49348db2d045f6581a6d29dab0dc3e31a796e Mon Sep 17 00:00:00 2001 From: Shedrack akintayo Date: Wed, 27 Nov 2024 19:24:05 +0000 Subject: [PATCH] fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 242a300f227..cd43039f2c0 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ import ( ) func main() { - // Using the SDK's default configuration, loading additional config + // Using the SDK's default configuration, load additional config // and credentials values from the environment variables, shared // credentials, and shared configuration files cfg, err := config.LoadDefaultConfig(context.TODO(), config.WithRegion("us-west-2"))