Skip to content

Commit c14eea3

Browse files
authored
docs: grammar
1 parent 2edfef9 commit c14eea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supplemental-docs/CLIENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ your SDK Client, there are two things to check:
281281
1. Ensure that the number value of `maxSockets` is high enough for your
282282
throughput needs.
283283
2. Because `keepAlive` is defaulted to `true`, if you acquire a streaming response,
284-
such as `S3::getObject`'s `Body` field. You must read the stream to completion
284+
such as `S3::getObject`'s `Body` field, you must read the stream to completion
285285
in order for the socket to close naturally. You can also destroy the stream in Node.js with
286286
e.g. `(await s3.getObject(...)).Body.destroy()` if it is a Node.js Readable stream.
287287
Specifically in the case of S3, if you don't need the object body,

0 commit comments

Comments
 (0)