Skip to content

Commit ed05a78

Browse files
committed
[#2473] Minor tweaks to new console table helper
1 parent 106cbef commit ed05a78

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

components/console/helpers/tablehelper.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ set headers, rows and render::
2626
;
2727
$table->render($output);
2828

29-
Table layout can be customized as well. There are two ways to customize table rendering:
30-
using named layouts or by customizing rendering options.
29+
The table layout can be customized as well. There are two ways to customize
30+
table rendering: using named layouts or by customizing rendering options.
3131

3232
Customize Table Layout using Named Layouts
3333
------------------------------------------
3434

35-
Table helper is shipped with two preconfigured table layouts:
35+
The Table helper ships with two preconfigured table layouts:
3636

3737
* ``TableHelper::LAYOUT_DEFAULT``
3838

@@ -43,7 +43,7 @@ Layout can be set using :method:`Symfony\\Component\\Console\\Helper\\TableHelpe
4343
Customize Table Layout using Rendering Options
4444
----------------------------------------------
4545

46-
You can control table rendering by setting custom rendering option values:
46+
You can also control table rendering by setting custom rendering option values:
4747

4848
* :method:`Symfony\\Component\\Console\\Helper\\TableHelper::setPaddingChar`
4949
* :method:`Symfony\\Component\\Console\\Helper\\TableHelper::setHorizontalBorderChar`

0 commit comments

Comments
 (0)