Skip to content

Commit

Permalink
chore(aws-apigateway): fix typo (#3955)
Browse files Browse the repository at this point in the history
  • Loading branch information
msysyamamoto authored and mergify[bot] committed Sep 5, 2019
1 parent 96efa98 commit 5c10dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-apigateway/lib/domain-name.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export interface IDomainName extends IResource {
readonly domainNameAliasDomainName: string;

/**
* Thje Route53 hosted zone ID to use in order to connect a record set to this domain through an alias.
* The Route53 hosted zone ID to use in order to connect a record set to this domain through an alias.
*
* @attribute DistributionHostedZoneId,RegionalHostedZoneId
*/
Expand Down

0 comments on commit 5c10dc1

Please sign in to comment.