We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61d9b3f commit 44687c7Copy full SHA for 44687c7
1 file changed
user_guide_src/source/database/examples.rst
@@ -84,7 +84,7 @@ You can see specific table information on the command line. Assuming there is a
84
85
> php spark db:table my_table
86
87
-If table ``my_table`` is not in the database, the CodeIgniter displays a list of available tables to select.
+If table ``my_table`` is not in the database, CodeIgniter displays a list of available tables to select.
88
You can also use only the following command without the table name. In this case, the table name will be asked ::
89
90
> php spark db:table
0 commit comments