From a9626ecd3114273c0ec53f4c863b4e8540435edc Mon Sep 17 00:00:00 2001 From: Isaac Bennetch Date: Thu, 1 Jun 2017 22:39:39 -0400 Subject: [PATCH] Slight improvement to phrasing Signed-off-by: Isaac Bennetch --- doc/setup.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/setup.rst b/doc/setup.rst index 344d5861dc..f6a0c935f0 100644 --- a/doc/setup.rst +++ b/doc/setup.rst @@ -289,7 +289,7 @@ You can use following volumes to customize image behavior: :file:`/www/themes/` - Directory where phpMyAdmin looks for themes. By default only ones shipped + Directory where phpMyAdmin looks for themes. By default only those shipped with phpMyAdmin are included, but you can include additional phpMyAdmin themes (see :ref:`themes`) by using Docker volumes. @@ -326,7 +326,7 @@ Running with additional configuration: docker run --name phpmyadmin -d --link mysql_db_server:db -p 8080:80 -v /some/local/directory/config.user.inc.php:/etc/phpmyadmin/config.user.inc.php phpmyadmin/phpmyadmin -Running with additional theme: +Running with additional themes: .. code-block:: sh