Skip to content

Commit 6b9ade3

Browse files
committed
minor tweaks
1 parent 84202d6 commit 6b9ade3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

components/console/helpers/table.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,13 +144,13 @@ Here is a full list of things you can customize:
144144

145145
This method can also be used to override a built-in style.
146146

147-
Spanning multiple columns and rows
147+
Spanning Multiple Columns and Rows
148148
----------------------------------
149149

150150
.. versionadded:: 2.7
151151
Spanning multiple columns and rows was introduced in Symfony 2.7.
152152

153-
To make a table cell which spans multiple columns you can use a :class:`Symfony\\Component\\Console\\Helper\\TableCell`::
153+
To make a table cell that spans multiple columns you can use a :class:`Symfony\\Component\\Console\\Helper\\TableCell`::
154154

155155
use Symfony\Component\Console\Helper\Table;
156156
use Symfony\Component\Console\Helper\TableSeparator;
@@ -167,7 +167,7 @@ To make a table cell which spans multiple columns you can use a :class:`Symfony\
167167
;
168168
$table->render();
169169

170-
which results in:
170+
This results in:
171171

172172
.. code-block:: text
173173
@@ -221,7 +221,7 @@ In a similar way you can span multiple rows::
221221
;
222222
$table->render();
223223

224-
which results in:
224+
This outputs:
225225

226226
.. code-block:: text
227227

0 commit comments

Comments
 (0)