Skip to content

Commit de7b000

Browse files
committed
Readme fixes.
1 parent 7191826 commit de7b000

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ $this->willNotSeeConfirmation('Are you sure?', MyCommand::class);
214214
215215
#### `willGiveConfirmation()`
216216
217-
Check if the confirmation is seen during artisan command execution and accept it:
217+
Check if the confirmation is seen during artisan command execution, and accept it:
218218
219219
```php
220220
$this->willGiveConfirmation('Are you sure?', MyCommand::class);
@@ -224,7 +224,7 @@ $this->seeArtisanOutput('Done!');
224224
225225
#### `willNotGiveConfirmation()`
226226
227-
Check if the confirmation is seen during artisan command execution and refuse it:
227+
Check if the confirmation is seen during artisan command execution, and refuse it:
228228
229229
```php
230230
$this->willNotGiveConfirmation('Are you sure?', MyCommand::class);

0 commit comments

Comments
 (0)