Skip to content

Commit a31003d

Browse files
authored
Fix docs example for migrate create (#2284)
This reverts commit 1187a5b.
1 parent b1e8669 commit a31003d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/migrations.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ command:
2121
$ vendor/bin/phinx create MyNewMigration
2222
2323
This will create a new migration in the format
24-
``YYYYMMDDHHMMSS_MyNewMigration.php``, where the first 14 characters are
24+
``YYYYMMDDHHMMSS_my_new_migration.php``, where the first 14 characters are
2525
replaced with the current timestamp down to the second.
2626

2727
If you have specified multiple migration paths, you will be asked to select

0 commit comments

Comments
 (0)