From fe5d1ebe9f1cbf936f45ab1e60cb684585478e89 Mon Sep 17 00:00:00 2001 From: "Andrew (Andrius) Marcinkevicius" Date: Mon, 26 Jan 2015 05:19:38 +0200 Subject: [PATCH 1/2] Fix typo: Fabien => World | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.5 | Fixed tickets | --- components/console/changing_default_command.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/console/changing_default_command.rst b/components/console/changing_default_command.rst index 757a0c9f88c..590cf3577e1 100644 --- a/components/console/changing_default_command.rst +++ b/components/console/changing_default_command.rst @@ -55,7 +55,7 @@ This will print the following to the command line: .. code-block:: text - Hello Fabien + Hello World .. tip:: From d1de1c83297fa1d54aa383a660abcab33a10cf0c Mon Sep 17 00:00:00 2001 From: "Andrew (Andrius) Marcinkevicius" Date: Mon, 26 Jan 2015 06:26:15 +0200 Subject: [PATCH 2/2] Fix typo: missing of --- components/console/helpers/questionhelper.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/console/helpers/questionhelper.rst b/components/console/helpers/questionhelper.rst index 6a745c09609..1d972a933c5 100644 --- a/components/console/helpers/questionhelper.rst +++ b/components/console/helpers/questionhelper.rst @@ -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`.