From 2b82a267c6c21b03d48e9e314fd96b34877c9591 Mon Sep 17 00:00:00 2001 From: George Fu Date: Wed, 22 May 2024 11:13:14 -0400 Subject: [PATCH] docs: fix typo in CLIENTS.md (#6122) --- supplemental-docs/CLIENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supplemental-docs/CLIENTS.md b/supplemental-docs/CLIENTS.md index e6d72e1beacf..aa63e547babb 100644 --- a/supplemental-docs/CLIENTS.md +++ b/supplemental-docs/CLIENTS.md @@ -612,7 +612,7 @@ This feature was previously called the S3 Global Client. Setting this option to ```ts // Example: setting followRegionRedirect new S3Client({ - followRegionRedirect: true, + followRegionRedirects: true, }); ```