From 179531f131358407dda0e7cee0ab03d373204ec2 Mon Sep 17 00:00:00 2001 From: Adoni Pavlakis Date: Tue, 21 Nov 2017 13:06:30 +0000 Subject: [PATCH] Fix grammar --- best_practices/creating-the-project.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/best_practices/creating-the-project.rst b/best_practices/creating-the-project.rst index 5784b2fd343..4818bf4b804 100644 --- a/best_practices/creating-the-project.rst +++ b/best_practices/creating-the-project.rst @@ -8,7 +8,7 @@ Installing Symfony Use Composer and Symfony Flex to create and manage Symfony applications. -`Composer`_ is the package manager used by modern PHP application to manage +`Composer`_ is the package manager used by modern PHP applications to manage their dependencies. `Symfony Flex`_ is a Composer plugin designed to automate some of the most common tasks performed in Symfony applications. Using Flex is optional but recommended because it improves your productivity significantly.