From 1e15ea5eccd65a8f9a0e0e9a566a8e6d6da266f8 Mon Sep 17 00:00:00 2001 From: mrchatam Date: Fri, 11 Sep 2026 23:32:07 +0000 Subject: [PATCH] docs: fix 'allows to' grammar in getting started tutorial Signed-off-by: mrchatam --- docs/tutorials/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/getting_started.md b/docs/tutorials/getting_started.md index bd092c768..dca768c61 100644 --- a/docs/tutorials/getting_started.md +++ b/docs/tutorials/getting_started.md @@ -43,7 +43,7 @@ The user can control the frequency at which metrics are scraped by Prometheus. (Note: This table is just a representation for understanding purposes. Prometheus doesn’t store the values in this exact format) -Prometheus also has an API which allows to query metrics which have been stored by scraping. This API is used to query the metrics, create dashboards/charts on it etc. PromQL is used to query these metrics. +Prometheus also has an API which allows you to query metrics which have been stored by scraping. This API is used to query the metrics, create dashboards/charts on it etc. PromQL is used to query these metrics. A simple Line chart created on the Request Count metric will look like this