Skip to content

Commit 20a9aad

Browse files
authored
Merge branch 'master' into rmuller/fix-appsync-userpool
2 parents 81455e8 + 66d5402 commit 20a9aad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/@aws-cdk/aws-s3-assets/README.md

Lines changed: 2 additions & 2 deletions
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)