Skip to content

Commit

Permalink
fix(ec2): readme grammar (#13180)
Browse files Browse the repository at this point in the history
----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
openwebsolns authored Feb 28, 2021
1 parent 6eca979 commit fe4f056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-ec2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ DatabaseSubnet3 |`ISOLATED`|`10.0.6.32/28`|#3|Only routes within the VPC

### Accessing the Internet Gateway

If you need access to the internet gateway, you can get it's ID like so:
If you need access to the internet gateway, you can get its ID like so:

```ts
const igwId = vpc.internetGatewayId;
Expand Down

0 comments on commit fe4f056

Please sign in to comment.