Skip to content

Commit 5aeb205

Browse files
committed
ITT: Readme minor fixes.
1 parent 8f99882 commit 5aeb205

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
@@ -181,15 +181,15 @@ $this->dontSeeArtisanTableOutput([
181181
182182
#### `seeArtisanTableRowsCount()`
183183
184-
Checks if artisan output table rows count is equals to specified value:
184+
Checks if artisan output table rows count equals to specified value:
185185
186186
```php
187187
$this->seeArtisanTableRowsCount(3);
188188
```
189189
190190
#### `dontSeeArtisanTableRowsCount()`
191191
192-
Checks if artisan output table rows count is not equals to specified value:
192+
Checks if artisan output table rows count not equals to specified value:
193193
194194
```php
195195
$this->dontSeeArtisanTableRowsCount(5);

0 commit comments

Comments
 (0)