Skip to content

Commit

Permalink
�be used to provided -> be used to provide
Browse files Browse the repository at this point in the history
  • Loading branch information
curogihu committed Feb 9, 2016
1 parent 6575c1d commit bb3c5b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artisan.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ If you need to ask the user for a simple confirmation, you may use the `confirm`

#### Giving The User A Choice

The `anticipate` method can be used to provided autocompletion for possible choices. The user can still choose any answer, regardless of the auto-completion hints:
The `anticipate` method can be used to provide autocompletion for possible choices. The user can still choose any answer, regardless of the auto-completion hints:

$name = $this->anticipate('What is your name?', ['Taylor', 'Dayle']);

Expand Down

0 comments on commit bb3c5b8

Please sign in to comment.