Skip to content

Commit

Permalink
minor #4921 Fixes for 2.5 branch (ifdattic)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
weaverryan committed Jan 30, 2015
2 parents 50c5a9e + d1de1c8 commit 30ecdde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/console/changing_default_command.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ This will print the following to the command line:

.. code-block:: text
Hello Fabien
Hello World
.. tip::

Expand Down
2 changes: 1 addition & 1 deletion components/console/helpers/questionhelper.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ option is the default one.
If the user enters an invalid string, an error message is shown and the user
is asked to provide the answer another time, until they enter a valid string
or reach the maximum number of attempts. The default value for the maximum number
of attempts is ``null``, which means infinite number attempts. You can define
of attempts is ``null``, which means infinite number of attempts. You can define
your own error message using
:method:`Symfony\\Component\\Console\\Question\\ChoiceQuestion::setErrorMessage`.

Expand Down

0 comments on commit 30ecdde

Please sign in to comment.