Skip to content

Commit 73896c1

Browse files
committed
[#8571] Tweaks thanks to reviewers
1 parent 3c72f28 commit 73896c1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

setup/flex.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ is not a new Symfony version, but a tool that replaces and improves the
1010
Symfony Flex **automates the most common tasks of Symfony applications**, such
1111
as installing and removing bundles and other Composer dependencies. Symfony
1212
Flex works for Symfony 3.3 and newer versions. Starting from Symfony 4.0, Flex
13-
should be used by default, but it is optional to use.
13+
should be used by default, but it is still optional.
1414

1515
How Does Flex Work
1616
------------------
@@ -48,8 +48,8 @@ In the above example, Symfony Flex asks about the ``mailer`` package and the
4848
Symfony Flex server detects that ``mailer`` is in fact an alias for
4949
SwiftmailerBundle and returns the "recipe" for it.
5050

51-
Flex keeps tracks of which recipes it installed in a ``symfony.lock`` file that
52-
must be committed in your code repository.
51+
Flex keeps tracks of the recipes it installed in a ``symfony.lock`` file, which
52+
must be committed to your code repository.
5353

5454
Symfony Flex Recipes
5555
~~~~~~~~~~~~~~~~~~~~
@@ -76,7 +76,7 @@ SwiftmailerBundle:
7676
The ``aliases`` option allows Flex to install packages using short and easy to
7777
remember names (``composer require mailer`` vs ``composer require
7878
symfony/swiftmailer-bundle``). The ``bundles`` option tells Flex in which
79-
environments should this bundle be enabled automatically (``all`` in this
79+
environments this bundle should be enabled automatically (``all`` in this
8080
case). The ``env`` option makes Flex to add new environment variables to the
8181
application. Finally, the ``copy-from-recipe`` option allows the recipe to copy
8282
files and directories into your application.
@@ -111,8 +111,8 @@ Using Symfony Flex in New Applications
111111

112112
Symfony has published a new "skeleton" project, which is a minimal Symfony
113113
project recommended to create new applications. This "skeleton" already
114-
includes Symfony Flex as a dependency, so you can create a new Flex-enabled
115-
Symfony application executing the following command:
114+
includes Symfony Flex as a dependency. This means you can create a new Flex-enabled
115+
Symfony application by executing the following command:
116116

117117
.. code-block:: terminal
118118

0 commit comments

Comments
 (0)