File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
components/console/helpers Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments