Skip to content

Commit 66d5402

Browse files
docs(s3-assets): fix typos in README (#20223)
Fixing some minor typos in the aws-s3-assets Readme *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent d004aa1 commit 66d5402

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: packages/@aws-cdk/aws-s3-assets/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ will first upload all the assets to S3, and only then deploy the stacks. The S3
1818
locations of the uploaded assets will be passed in as CloudFormation Parameters
1919
to the relevant stacks.
2020

21-
The following JavaScript example defines an directory asset which is archived as
21+
The following JavaScript example defines a directory asset which is archived as
2222
a .zip file and uploaded to S3 during deployment.
2323

2424
[Example of a ZipDirectoryAsset](./test/integ.assets.directory.lit.ts)
@@ -46,7 +46,7 @@ In the following example, the various asset attributes are exported as stack out
4646
IAM roles, users or groups which need to be able to read assets in runtime will should be
4747
granted IAM permissions. To do that use the `asset.grantRead(principal)` method:
4848

49-
The following examples grants an IAM group read permissions on an asset:
49+
The following example grants an IAM group read permissions on an asset:
5050

5151
[Example of granting read access to an asset](./test/integ.assets.permissions.lit.ts)
5252

0 commit comments

Comments
 (0)