From ab47030c06b09aed178408a6fffcef4ff5b1a35d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Kie=C3=9Fling?= Date: Tue, 1 Jan 2019 19:36:03 +0100 Subject: [PATCH] Fixed tiny grammar error in flex.rst Removed unneeded word `to`. --- setup/flex.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/flex.rst b/setup/flex.rst index d293dc19f5b..bd4fbf4d29b 100644 --- a/setup/flex.rst +++ b/setup/flex.rst @@ -77,7 +77,7 @@ The ``aliases`` option allows Flex to install packages using short and easy to remember names (``composer require mailer`` vs ``composer require symfony/swiftmailer-bundle``). The ``bundles`` option tells Flex in which environments this bundle should be enabled automatically (``all`` -in this case). The ``env`` option makes Flex to add new environment variables to +in this case). The ``env`` option makes Flex add new environment variables to the application. Finally, the ``copy-from-recipe`` option allows the recipe to copy files and directories into your application.