Skip to content

Commit

Permalink
docs(s3-assets): fix typos in README (#20223)
Browse files Browse the repository at this point in the history
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*
  • Loading branch information
MalikAtalla-AWS authored May 5, 2022
1 parent d004aa1 commit 66d5402
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/@aws-cdk/aws-s3-assets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ will first upload all the assets to S3, and only then deploy the stacks. The S3
locations of the uploaded assets will be passed in as CloudFormation Parameters
to the relevant stacks.

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

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

The following examples grants an IAM group read permissions on an asset:
The following example grants an IAM group read permissions on an asset:

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

Expand Down

0 comments on commit 66d5402

Please sign in to comment.