File tree 1 file changed +4
-4
lines changed
components/console/helpers 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -146,10 +146,10 @@ Using ``false`` means the amount of attempts is infinite.
146
146
The user will be asked as long as they provide an invalid answer and will only
147
147
be able to proceed if their input is valid.
148
148
149
- Each time the user is asked the question, if no answer is supplied, the default
150
- one is used (and validated with the ``$validator `` callback) and the remaining
151
- number of attempts is displayed. If the last attempt is reached, the application
152
- throws an exception and ends its execution.
149
+ Each time the user is asked the question, the default one is used if no answer
150
+ is supplied (and validated with the ``$validator `` callback). If the last
151
+ attempt is reached, the application will throw an exception and ends its
152
+ execution.
153
153
154
154
Validating a Hidden Response
155
155
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments