From: Dani Date: Mon, 15 Nov 2021 16:17:41 +0000 (+0100) Subject: Fix Typo X-Git-Tag: auth-4.7.0-alpha1~124^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d739f3e00174484a9c9c582e0d48bded558f705;p=thirdparty%2Fpdns.git Fix Typo --- diff --git a/docs/settings.rst b/docs/settings.rst index 3648654a2d..454e452c8c 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -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%';