Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 87af741

Browse files
committed
Merge pull request laravel#2120 from curogihu/Fix-artisan-document
Fix artisan document
2 parents 3d770c1 + bb3c5b8 commit 87af741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

artisan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ If you need to ask the user for a simple confirmation, you may use the `confirm`
237237

238238
#### Giving The User A Choice
239239

240-
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:
240+
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:
241241

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

0 commit comments

Comments
 (0)