Merge pull request #106 from michaelperrin/typo_fixes
Fix typo in the "Getting started database" tutorial
This commit is contained in:
commit
d75569abab
1 changed files with 1 additions and 1 deletions
|
@ -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::
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue