Skip to content

Commit

Permalink
chore(route53): doc typo in RecordType (#12191)
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
endgame authored Jan 4, 2021
1 parent 9f451bd commit d7062f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-route53/lib/record-set.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ export class RecordTarget {

/**
*
* @param values correspond with the chosen record type (e.g. for 'A' Type, specify one ore more IP addresses)
* @param values correspond with the chosen record type (e.g. for 'A' Type, specify one or more IP addresses)
* @param aliasTarget alias for targets such as CloudFront distribution to route traffic to
*/
protected constructor(public readonly values?: string[], public readonly aliasTarget?: IAliasRecordTarget) {
Expand Down

0 comments on commit d7062f0

Please sign in to comment.