Skip to content

Commit 7bfff13

Browse files
author
Tyler King
committed
Fixed typos
1 parent 163f6d5 commit 7bfff13

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
@@ -91,7 +91,7 @@ This methods has 2 new arguments, the full signature is::
9191
The ``$validator`` is a callback which handles the validation. It should
9292
throw an exception if there is something wrong. The exception message is displayed
9393
in the console, so it is a good practice to put some useful information in it. The callback
94-
function should also return the value of the user's input if the validatation was successfull.
94+
function should also return the value of the user's input if the validation was successful.
9595

9696
You can set the max number of times to ask in the ``$attempts`` argument.
9797
If you reach this max number it will use the default value, which is given

0 commit comments

Comments
 (0)