Skip to content

Commit 5c28445

Browse files
authored
Merge pull request #2263 from cakephp/dereuromark-patch-1
Fix docs
2 parents e039a72 + 1187a5b commit 5c28445

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_my_new_migration.php``, where the first 14 characters are
24+
``YYYYMMDDHHMMSS_MyNewMigration.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)