Skip to content

Commit e53c32c

Browse files
committed
docs: fix typo
1 parent 7113792 commit e53c32c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/dbmgmt/migration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ migration was created, in **YYYY-MM-DD-HHIISS** format.
3333
The descriptive name (**AddBlogTable**) for the migration is a classname in PHP.
3434
So you must name a valid classname.
3535

36-
The year, month, date, and time in a prefix can be separated from each other by
36+
The year, month, day, and time in a prefix can be separated from each other by
3737
dashes (``-``), underscores (``_``), or not at all. For example:
3838

3939
* 2012-10-31-100538_AlterBlogTrackViews.php

0 commit comments

Comments
 (0)