From 2a190d1168a94ac4bca455b7ff4ca7b2261b4a2c Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Wed, 20 Nov 2019 10:12:47 +0100 Subject: [PATCH] Fix small typo in docs (#6345) Signed-off-by: Julien Pivotto --- docs/querying/basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/querying/basics.md b/docs/querying/basics.md index 9ac37c041..4021a6580 100644 --- a/docs/querying/basics.md +++ b/docs/querying/basics.md @@ -165,7 +165,7 @@ While the following would be *incorrect*: sum(http_requests_total{method="GET"}) offset 5m // INVALID. -The same works for range vectors. This returns the 5-minutes rate that +The same works for range vectors. This returns the 5-minute rate that `http_requests_total` had a week ago: rate(http_requests_total[5m] offset 1w)