8000 [#7572] fix wording · bamarni/symfony-docs@0dbeb2c · GitHub
[go: up one dir, main page]

Skip to content

Commit 0dbeb2c

Browse files
committed
[symfony#7572] fix wording
1 parent 3693865 commit 0dbeb2c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

components/console/helpers/dialoghelper.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,10 @@ Using ``false`` means the amount of attempts is infinite.
146146
The user will be asked as long as they provide an invalid answer and will only
147147
be able to proceed if their input is valid.
148148

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.
153153

154154
Validating a Hidden Response
155155
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)
0