diff --git a/website/content/tools/autoscaling/plugins/strategy/threshold.mdx b/website/content/tools/autoscaling/plugins/strategy/threshold.mdx index 23c9391edfb..d934049925e 100644 --- a/website/content/tools/autoscaling/plugins/strategy/threshold.mdx +++ b/website/content/tools/autoscaling/plugins/strategy/threshold.mdx @@ -57,7 +57,7 @@ policy { ``` - `lower_bound` `(float: )` - The minimum value a metric must have - to be considered with bounds. This value is always **inclusive**, meaning a + to be considered within bounds. This value is always **inclusive**, meaning a metric with the exact same value as `lower_bound` is considered within bounds.