Skip to content

Commit 0a59623

Browse files
committed
Tweak
1 parent e5b051c commit 0a59623

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/console/helpers/table.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ The output of this command will be:
150150
| (the rest of the rows...) |
151151
+-------+------------+--------------------------------+
152152
153-
Console tables content is displayed horizontally by default.
154-
You can change this behavior via the :method:`Symfony\\Component\\Console\\Helper\\Table::setVertical` method::
153+
By default, table contents are displayed horizontally. You can change this behavior
154+
via the :method:`Symfony\\Component\\Console\\Helper\\Table::setVertical` method::
155155

156156
// ...
157157
$table->setVertical();

0 commit comments

Comments
 (0)