Skip to content

Commit

Permalink
fixing punctuation.
Browse files Browse the repository at this point in the history
  • Loading branch information
BrooksCunningham committed Jul 3, 2024
1 parent 7ccfe27 commit 789d3d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/resource_site_agent_alert.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func resourceSiteAgentAlert() *schema.Resource {
if existsInInt(val.(int), 5, 10, 60) {
return nil, nil
}
return nil, []error{errors.New("interval must be 5, 10, or 60.")}
return nil, []error{errors.New("interval must be 5, 10, or 60")}
},
},
"threshold": {
Expand Down

0 comments on commit 789d3d1

Please sign in to comment.