Skip to content

Commit

Permalink
Typo - tine -> tune
Browse files Browse the repository at this point in the history
Signed-off-by: voltagex <[email protected]>
  • Loading branch information
voltagex authored Aug 24, 2024
1 parent cc441df commit bcf754c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/regex/pi-hole.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit bcf754c

Please sign in to comment.