From e53c32cd714a70e301d0084d2c5b864cceb0092b Mon Sep 17 00:00:00 2001 From: kenjis Date: Sun, 8 Sep 2024 17:38:09 +0900 Subject: [PATCH] docs: fix typo --- user_guide_src/source/dbmgmt/migration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_guide_src/source/dbmgmt/migration.rst b/user_guide_src/source/dbmgmt/migration.rst index 278b6e9ba904..5a4bc0852cee 100644 --- a/user_guide_src/source/dbmgmt/migration.rst +++ b/user_guide_src/source/dbmgmt/migration.rst @@ -33,7 +33,7 @@ migration was created, in **YYYY-MM-DD-HHIISS** format. The descriptive name (**AddBlogTable**) for the migration is a classname in PHP. So you must name a valid classname. -The year, month, date, and time in a prefix can be separated from each other by +The year, month, day, and time in a prefix can be separated from each other by dashes (``-``), underscores (``_``), or not at all. For example: * 2012-10-31-100538_AlterBlogTrackViews.php