From 1d739f3e00174484a9c9c582e0d48bded558f705 Mon Sep 17 00:00:00 2001 From: Dani Date: Mon, 15 Nov 2021 17:17:41 +0100 Subject: [PATCH] Fix Typo --- docs/settings.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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%'; -- 2.47.2