Skip to content

Commit

Permalink
comment grammar/spelling fix (#6373)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdb authored and stack72 committed Apr 27, 2016
1 parent ef161d9 commit 02bbe18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/providers/aws/resource_aws_route53_record.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit 02bbe18

Please sign in to comment.