Skip to content

Commit 37dbbee

Browse files
committed
Merge pull request #3105 from bicpi/fix_code_example_logic
[Console Dialog Helper] Fix logic of code example
2 parents 6c4491e + e318028 commit 37dbbee

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)