1
0
mirror of synced 2025-02-20 22:23:14 +03:00

Fix typo in the "Getting started database" tutorial

This commit is contained in:
Michaël Perrin 2012-06-28 15:34:58 +02:00
parent 86884a33f5
commit b5e11259e1

View File

@ -8,7 +8,7 @@ Getting Started: Database First
you :doc:`Model First <getting-started-models>`, 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 <getting-started-database>`, then you already have a database schema
and generate the correspdongin PHP code from it.
and generate the corresponding PHP code from it.
.. note::