From b5e11259e1d7c2bc14509e971c4642fb15e91153 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Perrin?= Date: Thu, 28 Jun 2012 15:34:58 +0200 Subject: [PATCH] Fix typo in the "Getting started database" tutorial --- en/tutorials/getting-started-database.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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::