Skip to content

Commit ce2ed77

Browse files
committed
Merge branch '2.3' into 2.5
2 parents dfcea86 + 3f3464f commit ce2ed77

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

components/console/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ declare a one-letter shortcut that you can call with a single dash like
332332
.. tip::
333333

334334
It is also possible to make an option *optionally* accept a value (so that
335-
``--yell`` or ``--yell=loud`` or ``--yell loud`` work). Options can also be configured to
335+
``--yell``, ``--yell=loud`` or ``--yell loud`` work). Options can also be configured to
336336
accept an array of values.
337337

338338
For example, add a new option to the command that can be used to specify

cookbook/form/form_customization.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,8 @@ resource to use such a layout:
502502
# app/config/config.yml
503503
twig:
504504
form:
505-
resources: ['form_table_layout.html.twig']
505+
resources:
506+
- 'form_table_layout.html.twig'
506507
# ...
507508
508509
.. code-block:: xml

0 commit comments

Comments
 (0)