From ee7fea7f144c9398891b083d0a3bf010074f1bb3 Mon Sep 17 00:00:00 2001 From: quyentonndbs Date: Tue, 19 May 2026 11:25:53 +0000 Subject: [PATCH] docs: fix duplicated word in lookback parameter docs (#18686) Signed-off-by: Kai Tanaka <275430420+quyentonndbs@users.noreply.github.com> Co-authored-by: Kai Tanaka <275430420+quyentonndbs@users.noreply.github.com> --- docs/querying/api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/querying/api.md b/docs/querying/api.md index 111a4e205f..25d17ba093 100644 --- a/docs/querying/api.md +++ b/docs/querying/api.md @@ -101,7 +101,7 @@ URL query parameters: - `timeout=`: Evaluation timeout. Optional. Defaults to and is capped by the value of the `-query.timeout` flag. - `limit=`: Maximum number of returned series. Doesn't affect scalars or strings but truncates the number of series for matrices and vectors. Optional. 0 means disabled. -- `lookback_delta=`: Override the the [lookback period](#staleness) just for this query in `duration` format or float number of seconds. Optional. +- `lookback_delta=`: Override the [lookback period](#staleness) just for this query in `duration` format or float number of seconds. Optional. - `stats=`: Include query statistics in the response. If set to `all`, includes detailed statistics. Optional. The current server time is used if the `time` parameter is omitted. @@ -175,7 +175,7 @@ URL query parameters: - `timeout=`: Evaluation timeout. Optional. Defaults to and is capped by the value of the `-query.timeout` flag. - `limit=`: Maximum number of returned series. Optional. 0 means disabled. -- `lookback_delta=`: Override the the [lookback period](#staleness) just for this query in `duration` format or float number of seconds. Optional. +- `lookback_delta=`: Override the [lookback period](#staleness) just for this query in `duration` format or float number of seconds. Optional. - `stats=`: Include query statistics in the response. If set to `all`, includes detailed statistics. Optional. You can URL-encode these parameters directly in the request body by using the `POST` method and