From 1bc0efba436553d059272f4a3b81f83880cb42cb Mon Sep 17 00:00:00 2001 From: Luis Cordova Date: Tue, 25 Oct 2011 15:33:30 -0500 Subject: [PATCH] typo change from contains to consists of --- en/tutorials/getting-started-xml-edition.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/tutorials/getting-started-xml-edition.rst b/en/tutorials/getting-started-xml-edition.rst index 6ef488ec4..b6722563e 100644 --- a/en/tutorials/getting-started-xml-edition.rst +++ b/en/tutorials/getting-started-xml-edition.rst @@ -748,7 +748,7 @@ We assume here that you have installed Doctrine using PEAR. See :doc:`Configuration <../reference/configuration>` for more details on other installation procedures. -The second block contains of the instantiation of the ORM +The second block consists of the instantiation of the ORM Configuration object using the Setup helper. It assumes a bunch of defaults that you don't have to bother about for now. You can read up on the configuration details in the