Skip to content

Commit e776d80

Browse files
authored
Corrected grammatical error on Processes page. (#9081)
Passive voice of the verb "to run" is "run" not "ran."
1 parent 6e2e13c commit e776d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

processes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ Route::get('/import', function () {
392392
});
393393
```
394394

395-
When testing this route, we can instruct Laravel to return a fake, successful process result for every invoked process by calling the `fake` method on the `Process` facade with no arguments. In addition, we can even [assert](#available-assertions) that a given process was "ran":
395+
When testing this route, we can instruct Laravel to return a fake, successful process result for every invoked process by calling the `fake` method on the `Process` facade with no arguments. In addition, we can even [assert](#available-assertions) that a given process was "run":
396396

397397
```php
398398
<?php

0 commit comments

Comments
 (0)