From bcf754c59416a4ff46aa41f81b50178c5b8e9b43 Mon Sep 17 00:00:00 2001 From: voltagex Date: Sat, 24 Aug 2024 22:23:14 +1000 Subject: [PATCH] Typo - tine -> tune Signed-off-by: voltagex --- docs/regex/pi-hole.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/regex/pi-hole.md b/docs/regex/pi-hole.md index e2a37ae..f079b80 100644 --- a/docs/regex/pi-hole.md +++ b/docs/regex/pi-hole.md @@ -2,7 +2,7 @@ ## Only match specific query types -You can amend the regular expressions by special keywords added at the end to fine-tine regular expressions to match only specific [query types](../database/ftl.md#supported-query-types). In contrast to the description of `OTHER` as being deprecated for storing queries in the database, it is still supported for regular expressions and will match all queries that are not *explicitly* covered by the other query types (see also example below). +You can amend the regular expressions by special keywords added at the end to fine-tune regular expressions to match only specific [query types](../database/ftl.md#supported-query-types). In contrast to the description of `OTHER` as being deprecated for storing queries in the database, it is still supported for regular expressions and will match all queries that are not *explicitly* covered by the other query types (see also example below). Example: