Skip to content

Commit 30ecdde

Browse files
committed
minor #4921 Fixes for 2.5 branch (ifdattic)
This PR was merged into the 2.5 branch. Discussion ---------- Fixes for 2.5 branch | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.5 | Fixed tickets | Commits ------- d1de1c8 Fix typo: missing of fe5d1eb Fix typo: Fabien => World
2 parents 50c5a9e + d1de1c8 commit 30ecdde

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/console/changing_default_command.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ This will print the following to the command line:
5555

5656
.. code-block:: text
5757
58-
Hello Fabien
58+
Hello World
5959
6060
.. tip::
6161

components/console/helpers/questionhelper.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ option is the default one.
9393
If the user enters an invalid string, an error message is shown and the user
9494
is asked to provide the answer another time, until they enter a valid string
9595
or reach the maximum number of attempts. The default value for the maximum number
96-
of attempts is ``null``, which means infinite number attempts. You can define
96+
of attempts is ``null``, which means infinite number of attempts. You can define
9797
your own error message using
9898
:method:`Symfony\\Component\\Console\\Question\\ChoiceQuestion::setErrorMessage`.
9999

0 commit comments

Comments
 (0)