summaryrefslogtreecommitdiffstats
path: root/docs/guides
diff options
context:
space:
mode:
authorMarios <38200565+MariosMarinos@users.noreply.github.com>2022-02-25 19:04:56 +0200
committerGitHub <noreply@github.com>2022-02-25 17:04:56 +0000
commite1b8c76cbf02a58fdbfa2fc99485152af66b2fc9 (patch)
treef8710bd726d268981d5cc1a1e4996ee137740f36 /docs/guides
parente376fb8ca490b1e9b788fa3cd107e488d9a36028 (diff)
Fixed typo in docs/guides/monitor/anomaly-detection-python.md file (#12220)
Diffstat (limited to 'docs/guides')
-rw-r--r--docs/guides/monitor/anomaly-detection-python.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guides/monitor/anomaly-detection-python.md b/docs/guides/monitor/anomaly-detection-python.md
index d10e9da4f1..fbe0369f53 100644
--- a/docs/guides/monitor/anomaly-detection-python.md
+++ b/docs/guides/monitor/anomaly-detection-python.md
@@ -143,7 +143,7 @@ dimensions](https://user-images.githubusercontent.com/1153921/102813877-db5e4880
As you can see in the above screenshot, this node is now looking for anomalies in many places. The result is a single
`anomalies_local.probability` chart with more than twenty dimensions, some of which the dashboard hides at the bottom of
-a scroll-able area. In addition, training and analyzing the anomaly collector on many charts might require more CPU
+a scrollable area. In addition, training and analyzing the anomaly collector on many charts might require more CPU
utilization that you're willing to give.
First, explicitly declare which `system.` charts to monitor rather than of all of them using regex (`system\..*`).