diff --git a/doc_source/example_s3_GetObject_section.md b/doc_source/example_s3_GetObject_section.md index 96acb17..6bd701e 100644 --- a/doc_source/example_s3_GetObject_section.md +++ b/doc_source/example_s3_GetObject_section.md @@ -295,7 +295,7 @@ export const bucketParams = { export const run = async () => { try { - // Get the object} from the Amazon S3 bucket. It is returned as a ReadableStream. + // Get the object from the Amazon S3 bucket. It is returned as a ReadableStream. const data = await s3Client.send(new GetObjectCommand(bucketParams)); // Convert the ReadableStream to a string. return await data.Body.transformToString(); @@ -580,4 +580,4 @@ Read an object into a Swift Data object\. ------ -For a complete list of AWS SDK developer guides and code examples, see [Using this service with an AWS SDK](UsingAWSSDK.md#sdk-general-information-section)\. This topic also includes information about getting started and details about previous SDK versions\. \ No newline at end of file +For a complete list of AWS SDK developer guides and code examples, see [Using this service with an AWS SDK](UsingAWSSDK.md#sdk-general-information-section)\. This topic also includes information about getting started and details about previous SDK versions\.