diff --git a/builtin/providers/aws/resource_aws_route53_record.go b/builtin/providers/aws/resource_aws_route53_record.go index 8cc21deb1..cd8cbf7c8 100644 --- a/builtin/providers/aws/resource_aws_route53_record.go +++ b/builtin/providers/aws/resource_aws_route53_record.go @@ -68,7 +68,7 @@ func resourceAwsRoute53Record() *schema.Resource { ConflictsWith: []string{"alias"}, }, - // Weight uses a special sentinel value to indicate it's presense. + // Weight uses a special sentinel value to indicate its presence. // Because 0 is a valid value for Weight, we default to -1 so that any // inclusion of a weight (zero or not) will be a usable value "weight": &schema.Schema{