Skip to content

Commit 2b82a26

Browse files
authored
docs: fix typo in CLIENTS.md (#6122)
1 parent 0428d76 commit 2b82a26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supplemental-docs/CLIENTS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ This feature was previously called the S3 Global Client. Setting this option to
612612
```ts
613613
// Example: setting followRegionRedirect
614614
new S3Client({
615-
followRegionRedirect: true,
615+
followRegionRedirects: true,
616616
});
617617
```
618618

0 commit comments

Comments
 (0)