]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Fix Typo 10984/head
authorDani <git@ilg.digital>
Mon, 15 Nov 2021 16:17:41 +0000 (17:17 +0100)
committerGitHub <noreply@github.com>
Mon, 15 Nov 2021 16:17:41 +0000 (17:17 +0100)
docs/settings.rst

index 3648654a2de3567bd98bdb77aee3488a157be997..454e452c8cb7eaf86ea6039ae71e83a376ab595c 100644 (file)
@@ -1784,7 +1784,7 @@ Disable after record contents have been upgraded.
 This option is supported by the bind and Generic SQL backends. 
 
 .. note::
-  When using a generic SQL backend, records with an unknown record type (see :doc:`../appendices/types`) can be identified with the following SQL-Query::
+  When using a generic SQL backend, records with an unknown record type (see :doc:`../appendices/types`) can be identified with the following SQL query::
   
       SELECT * from records where type like 'TYPE%';