Skip to content

Commit

Permalink
docs: fix typo in CLIENTS.md (#6122)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhe committed May 22, 2024
1 parent 0428d76 commit 2b82a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supplemental-docs/CLIENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
});
```
Expand Down

0 comments on commit 2b82a26

Please sign in to comment.