Skip to content

Commit 4bfb898

Browse files
committed
docs: fix "an" to "a" before consonant-sound words in README files
"VPC", "default", and "customer" all start with consonant sounds, so the correct article is "a" (not "an").
1 parent 012cf32 commit 4bfb898

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/aws-cdk-lib/aws-cloudfront/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1377,7 +1377,7 @@ You can customize the default certificate aliases. This is intended to be used i
13771377

13781378
Example:
13791379

1380-
[create a distribution with an default certificate example](test/example.default-cert-alias.lit.ts)
1380+
[create a distribution with a default certificate example](test/example.default-cert-alias.lit.ts)
13811381

13821382
#### ACM certificate
13831383

packages/aws-cdk-lib/aws-codebuild/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1003,7 +1003,7 @@ const project = new codebuild.Project(this, 'MyProject', {
10031003

10041004
### Definition of VPC configuration in CodeBuild Project
10051005

1006-
Typically, resources in an VPC are not accessible by AWS CodeBuild. To enable
1006+
Typically, resources in a VPC are not accessible by AWS CodeBuild. To enable
10071007
access, you must provide additional VPC-specific configuration information as
10081008
part of your CodeBuild project configuration. This includes the VPC ID, the
10091009
VPC subnet IDs, and the VPC security group IDs. VPC-enabled builds are then

packages/aws-cdk-lib/aws-ec2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1745,7 +1745,7 @@ new ec2.Instance(this, 'Instance', {
17451745

17461746
```
17471747

1748-
It is also possible to encrypt the block devices. In this example we will create an customer managed key encrypted EBS-backed root device:
1748+
It is also possible to encrypt the block devices. In this example we will create a customer managed key encrypted EBS-backed root device:
17491749

17501750
```ts
17511751
import { Key } from 'aws-cdk-lib/aws-kms';

0 commit comments

Comments
 (0)