diff --git a/docs/en/tutorials/getting-started.rst b/docs/en/tutorials/getting-started.rst index 0a40218ac..c9e75d4f4 100644 --- a/docs/en/tutorials/getting-started.rst +++ b/docs/en/tutorials/getting-started.rst @@ -344,7 +344,7 @@ Now that we have defined our first entity, let's update the database: $ vendor/bin/doctrine orm:schema-tool:update --force --dump-sql -Specifying both flags ``--force`` and ``-dump-sql`` prints and executes the DDL +Specifying both flags ``--force`` and ``--dump-sql`` prints and executes the DDL statements. Now create a new script that will insert products into the database: