diff --git a/en/tutorials/getting-started-database.rst b/en/tutorials/getting-started-database.rst index c96c90158..77392e473 100644 --- a/en/tutorials/getting-started-database.rst +++ b/en/tutorials/getting-started-database.rst @@ -8,7 +8,7 @@ Getting Started: Database First you :doc:`Model First `, you are modelling your application using tools (for example UML) and generate database schema and PHP code from this model. When you have a :doc:`Database First `, then you already have a database schema - and generate the correspdongin PHP code from it. + and generate the corresponding PHP code from it. .. note::