From 9f6b82c004f8dde2f986b49776c747e469886a85 Mon Sep 17 00:00:00 2001 From: Aimee Ukasick Date: Thu, 19 Dec 2024 13:23:47 -0600 Subject: [PATCH] Docs: fix typo in lower_bound 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.