Skip to content

Commit e647968

Browse files
goetasgreg0ire
andauthored
typos
Co-Authored-By: Grégoire Paris <[email protected]>
1 parent e9c4f2a commit e647968

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Resources/doc/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ All of the migrations functionality is contained in a few console commands:
104104
doctrine:migrations:generate [generate] Generate a blank migration class.
105105
doctrine:migrations:latest [latest] Outputs the latest version number
106106
doctrine:migrations:migrate [migrate] Execute a migration to a specified version or the latest available version.
107-
doctrine:migrations:rollup [rollup] Roll migrations up by deleting all tracked versions and insert the one version that exists.
107+
doctrine:migrations:rollup [rollup] Roll migrations up by deleting all tracked versions and inserting the one version that exists.
108108
doctrine:migrations:status [status] View the status of a set of migrations.
109109
doctrine:migrations:up-to-date [up-to-date] Tells you if your schema is up-to-date.
110110
doctrine:migrations:version [version] Manually add and delete migration versions from the version table.
@@ -117,7 +117,7 @@ the ``status`` command:
117117
118118
$ php bin/console doctrine:migrations:status
119119
120-
This command will show you generic information about the migration status, as how many migrations have been
120+
This command will show you generic information about the migration status, such as how many migrations have been
121121
already executed, which still need to run, and the database in use.
122122

123123
Now, you can start working with migrations by generating a new blank migration

0 commit comments

Comments
 (0)