Skip to content

Commit 6e4460e

Browse files
authored
Fix grammar
correct the wrong past participle and preposition
1 parent 7e64c56 commit 6e4460e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

database/seeders/BaseSeeder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function runFake()
4949
}
5050

5151
/**
52-
* Run seeds to be ran only on production environments
52+
* Run seeds to be run only in production environments
5353
*
5454
* @return void
5555
*/
@@ -58,7 +58,7 @@ public function runProduction()
5858
}
5959

6060
/**
61-
* Run seeds to be ran on every environment (including production)
61+
* Run seeds to be run in every environment (including production)
6262
*
6363
* @return void
6464
*/

0 commit comments

Comments
 (0)