Skip to content

Commit 0de8f89

Browse files
committed
minor #10826 Fixed tiny grammar error in flex.rst (manuelkiessling)
This PR was submitted for the 4.2 branch but it was merged into the 3.4 branch instead (closes #10826). Discussion ---------- Fixed tiny grammar error in flex.rst Removed unneeded word `to`. Commits ------- 6fad223 Fixed tiny grammar error in flex.rst
2 parents 6be1830 + 6fad223 commit 0de8f89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/flex.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ The ``aliases`` option allows Flex to install packages using short and easy to
7777
remember names (``composer require mailer`` vs
7878
``composer require symfony/swiftmailer-bundle``). The ``bundles`` option tells
7979
Flex in which environments this bundle should be enabled automatically (``all``
80-
in this case). The ``env`` option makes Flex to add new environment variables to
80+
in this case). The ``env`` option makes Flex add new environment variables to
8181
the application. Finally, the ``copy-from-recipe`` option allows the recipe to
8282
copy files and directories into your application.
8383

0 commit comments

Comments
 (0)