Skip to content

Commit cb29f9f

Browse files
committed
Fix minor grammatical error
Add the word "be" to say "...you will be prompted..."
1 parent 1d1ece4 commit cb29f9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

migrations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The `--table` and `--create` options may also be used to indicate the name of th
4949
5050
### Forcing Migrations In Production
5151

52-
Some migration operations are destructive, meaning they may cause you to lose data. In order to protect you from running these commands against your production database, you will prompted for confirmation before these commands are executed. To force the commands to run without a prompt, use the `--force` flag:
52+
Some migration operations are destructive, meaning they may cause you to lose data. In order to protect you from running these commands against your production database, you will be prompted for confirmation before these commands are executed. To force the commands to run without a prompt, use the `--force` flag:
5353

5454
php artisan migrate --force
5555

0 commit comments

Comments
 (0)