Skip to content

Commit 6b6f48a

Browse files
kuhetrivikr
andauthored
docs: wording
Co-authored-by: Trivikram Kamat <[email protected]>
1 parent 1058038 commit 6b6f48a

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
@@ -46,7 +46,7 @@ for (const item of items) {
4646
```
4747

4848
In cases where the operations being called are to the same client configuration, i.e. the same region
49-
and with the same credentials, creating a new client is unnecessary. It adds additional work for the calling program,
49+
and with the same credentials, creating a new client is not necessary. It increases work for the calling program,
5050
since the client may need to re-compute credentials, endpoints, and other components needed to make a request.
5151

5252
Our recommended way is to create one client per set of credentials and region, and reuse it for

0 commit comments

Comments
 (0)