Docs: fix typo in lower_bound (#24731)

reported via Slack
This commit is contained in:
Aimee Ukasick
2024-12-19 13:31:37 -06:00
committed by GitHub
parent 1c12fc59a6
commit 1065769f1e

View File

@@ -57,7 +57,7 @@ policy {
```
- `lower_bound` `(float: <optional>)` - 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.