From 363df46006d6edab63c1b6d85ebabd61f6a38ed5 Mon Sep 17 00:00:00 2001 From: Harold Barker Date: Mon, 11 Mar 2013 22:11:50 +0000 Subject: [PATCH] Fixed typo. --- docs/en/tutorials/getting-started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/tutorials/getting-started.rst b/docs/en/tutorials/getting-started.rst index 25719dacc..2bd9c70f8 100644 --- a/docs/en/tutorials/getting-started.rst +++ b/docs/en/tutorials/getting-started.rst @@ -97,7 +97,7 @@ Install Doctrine using the Composer Dependency Management tool, by calling: $ composer install -This ill install the packages Doctrine Common, Doctrine DBAL, Doctrine ORM, +This will install the packages Doctrine Common, Doctrine DBAL, Doctrine ORM, Symfony YAML and Symfony Console. Both Symfony dependencies are optional but will be used in this tutorial.