Skip to content

Commit ffc7078

Browse files
kuhetrivikr
andauthored
docs: wording
Co-authored-by: Trivikram Kamat <[email protected]>
1 parent 7c51ec2 commit ffc7078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supplemental-docs/EFFECTIVE_PRACTICES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ for (const item of items) {
6868
const objects = await client.send(new ListObjectsV2Command({ Bucket }));
6969
```
7070

71-
If you find a need to create a new client because of capacity issues with a single client,
71+
If you need to create a new client because of capacity issues with a single client,
7272
see [parallel workloads in Node.js](./performance/parallel-workloads-node-js.md).
7373

7474
### (2) Avoid reading or mutating the AWS SDK client configuration object after instantiating the client

0 commit comments

Comments
 (0)