Skip to content

Commit d1de1c8

Browse files
committed
Fix typo: missing of
1 parent fe5d1eb commit d1de1c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/console/helpers/questionhelper.rst

Lines changed: 1 addition & 1 deletion
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)