Skip to content

Commit e318028

Browse files
committed
[Console Dialog Helper] Fix logic of code example
1 parent 4725f4f commit e318028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/console/helpers/dialoghelper.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ You can also ask and validate a hidden response::
141141

142142
$password = $dialog->askHiddenResponseAndValidate(
143143
$output,
144-
'Please enter the name of the widget',
144+
'Please enter your password',
145145
$validator,
146146
20,
147147
false

0 commit comments

Comments
 (0)