From 1065769f1e54e75c197cfa02652bc4004e89da80 Mon Sep 17 00:00:00 2001 From: Aimee Ukasick Date: Thu, 19 Dec 2024 13:31:37 -0600 Subject: [PATCH] Docs: fix typo in lower_bound (#24731) reported via Slack --- .../content/tools/autoscaling/plugins/strategy/threshold.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.