Skip to content

Commit a7f98a0

Browse files
committed
Fixes a typo in the specification and basics file.
1 parent 82378ae commit a7f98a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

basics_scenarios/s3express_scenario/SPECIFICATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The following shows the output of the Amazon S3 Batch program in the console.
6161
--------------------------------------
6262
Welcome to the Amazon S3 Express Basics demo using PHP!
6363
--------------------------------------
64-
Let's get started! First, please not that S3 Express One Zone works best when working within the AWS infrastructure,
64+
Let's get started! First, please note that S3 Express One Zone works best when working within the AWS infrastructure,
6565
specifically when working in the same Availability Zone. To see the best results in this example, and when you implement
6666
Directory buckets into your infrastructure, it is best to put your Compute resources in the same AZ as your Directory
6767
bucket.

php/example_code/s3/S3ExpressBasics.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public function runExample()
6767
$uuid = uniqid();
6868

6969
echo <<<INTRO
70-
Let's get started! First, please not that S3 Express One Zone works best when working within the AWS infrastructure,
70+
Let's get started! First, please note that S3 Express One Zone works best when working within the AWS infrastructure,
7171
specifically when working in the same Availability Zone. To see the best results in this example, and when you implement
7272
Directory buckets into your infrastructure, it is best to put your Compute resources in the same AZ as your Directory
7373
bucket.\n

0 commit comments

Comments
 (0)