Skip to content

Commit 396e9dd

Browse files
committed
ITT: Readme minor fixes.
1 parent f100296 commit 396e9dd

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
@@ -163,15 +163,15 @@ $command = $this->runArtisan(new MyCommand, ['--name' => 'Jane']);
163163
164164
#### `willSeeConfirmation()`
165165
166-
Checks if confirmation is seen while artisan command execution:
166+
Checks if confirmation is seen during artisan command execution:
167167
168168
```php
169169
$this->willSeeConfirmation('Are you sure?', MyCommand::class);
170170
```
171171
172172
#### `willNotSeeConfirmation()`
173173
174-
Checks if confirmation is not seen while artisan command execution:
174+
Checks if confirmation is not seen during artisan command execution:
175175
176176
```php
177177
$this->willNotSeeConfirmation('Are you sure?', OtherCommand::class);

0 commit comments

Comments
 (0)