Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shama committed Apr 15, 2012
1 parent 8836621 commit b6cbd14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/console-and-shells.rst
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,7 @@ Shell API
:param string $prompt: The prompt to display to the user.
:param array $options: An array of valid choices the user can pick from.
Picking an invalid option will force the user to choose again.
:param string $default: The default option if there is on.
:param string $default: The default option if there is one.

This method helps you interact with the user, and create interactive shells.
It will return the users answer to the prompt, and allows you to provide a
Expand Down

0 comments on commit b6cbd14

Please sign in to comment.