We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e295041 commit bcff757Copy full SHA for bcff757
README.md
@@ -732,7 +732,7 @@ $this->dontSeeScheduleCount(5);
732
733
#### `seeInSchedule()`
734
735
-Checks that command is in schedule. Expressions can be the same as schedule event methods:
+Check that command is in the schedule. Expressions can be the same as schedule event methods:
736
737
```php
738
$this->seeInSchedule('foo', 'everyFiveMinutes');
0 commit comments