From f62502a9432dd8eb2b32ad9f0fc248633edc8abf Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Wed, 30 Oct 2024 19:08:49 +0100 Subject: [PATCH] docs/VictoriaLogs/querying/README.md: typo fix after f2cd284cf4a7429848fb4be1522483a9b93a43e7: Alls -> All --- docs/VictoriaLogs/querying/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/VictoriaLogs/querying/README.md b/docs/VictoriaLogs/querying/README.md index b177275d8..089644cb6 100644 --- a/docs/VictoriaLogs/querying/README.md +++ b/docs/VictoriaLogs/querying/README.md @@ -795,7 +795,7 @@ See also: ## Extra filters -Alls the [HTTP querying APIs](#http-api) provided by VictoriaLogs support the following optional query args: +All the [HTTP querying APIs](#http-api) provided by VictoriaLogs support the following optional query args: - `extra_filters` - this arg may contain extra [`field:=value`](https://docs.victoriametrics.com/victorialogs/logsql/#exact-filter) filters, which must be applied to the `query` before returning the results.