From 1d5e56085114b01515563177cd60f1c7d7af551d Mon Sep 17 00:00:00 2001 From: neznaika0 Date: Thu, 7 Sep 2023 12:16:50 +0300 Subject: [PATCH] docs: Typo code-block --- user_guide_src/source/dbmgmt/db_commands.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_guide_src/source/dbmgmt/db_commands.rst b/user_guide_src/source/dbmgmt/db_commands.rst index 53ef1cc52d06..2e5bdb9cd656 100644 --- a/user_guide_src/source/dbmgmt/db_commands.rst +++ b/user_guide_src/source/dbmgmt/db_commands.rst @@ -38,7 +38,7 @@ When you have a table named ``my_table``, you can see the field names and the re .. code-block:: console - .. code-block:: consolephp spark db:table my_table + php spark db:table my_table If the table ``my_table`` is not in the database, CodeIgniter displays a list of available tables to select.