From 9f898b0b90361a14566a71b9dfe9c374e4f3fd43 Mon Sep 17 00:00:00 2001 From: Arnaud Kleinpeter Date: Wed, 7 Nov 2012 22:31:40 +0100 Subject: [PATCH] Update en/tutorials/getting-started.rst --- en/tutorials/getting-started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/tutorials/getting-started.rst b/en/tutorials/getting-started.rst index fc5228c85..a1ec74296 100644 --- a/en/tutorials/getting-started.rst +++ b/en/tutorials/getting-started.rst @@ -8,7 +8,7 @@ Getting Started: Code 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. Doctrine 2 is an object-relational mapper (ORM) for PHP 5.3.0+ that provides transparent persistence for PHP objects. It uses the Data Mapper pattern at