Skip to content

Commit 44bcff5

Browse files
committed
ITT: Minor readme fixes.
1 parent 3d95477 commit 44bcff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ $this->dontSeeInDatabaseMany('posts', [
198198
199199
#### `willSeeException()`
200200
201-
Adding expectation that exception of the specified class, with specified message and specified code will be thrown:
201+
Adds expectation that exception of the specified class, with specified message and specified code will be thrown:
202202
203203
```php
204204
$this->willSeeException(RuntimeException::class, 'Oops! Houston, we have a problem!');

0 commit comments

Comments
 (0)