Skip to content

Commit 036c89e

Browse files
authored
Merge pull request #1083 from voltagex/patch-1
Typo - tine -> tune
2 parents cc441df + bcf754c commit 036c89e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/regex/pi-hole.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Only match specific query types
44

5-
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).
5+
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).
66

77
Example:
88

0 commit comments

Comments
 (0)