diff --git a/website/docs/r/nrql_alert_condition.html.markdown b/website/docs/r/nrql_alert_condition.html.markdown index df674e228..ded04a465 100644 --- a/website/docs/r/nrql_alert_condition.html.markdown +++ b/website/docs/r/nrql_alert_condition.html.markdown @@ -55,7 +55,7 @@ The following arguments are supported: The `term` mapping supports the following arguments: - * `duration` - (Required) In minutes, must be in the range of `2` to `120`, inclusive. + * `duration` - (Required) In minutes, must be in the range of `1` to `120`, inclusive. * `operator` - (Optional) `above`, `below`, or `equal`. Defaults to `equal`. * `priority` - (Optional) `critical` or `warning`. Defaults to `critical`. * `threshold` - (Required) Must be 0 or greater.