From 63fa0b6eec762fc1d60201803b3752c824d29e91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A1cz=20Tibor=20Zolt=C3=A1n?= Date: Sat, 18 Jan 2020 19:23:54 +0100 Subject: [PATCH] fix typo in "doc/config.rst" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rácz Tibor Zoltán --- doc/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/config.rst b/doc/config.rst index 97d7902f95..c1f8fb945a 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -9,7 +9,7 @@ All configurable data is placed in :file:`config.inc.php` in phpMyAdmin's toplevel directory. If this file does not exist, please refer to the :ref:`setup` section to create one. This file only needs to contain the parameters you want to change from their corresponding default value in -:file:`libraries/config.default.php` (this file is not inteded for changes). +:file:`libraries/config.default.php` (this file is not intended for changes). .. seealso::