Skip to content

Commit 513c208

Browse files
committed
minor #16233 [Setup] Correct spelling mistakes (gnito-org)
This PR was merged into the 4.4 branch. Discussion ---------- [Setup] Correct spelling mistakes <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- aeda1b4 Correct spelling mistakes
2 parents c522b26 + aeda1b4 commit 513c208

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ to run this command which displays information about the project:
117117
Running Symfony Applications
118118
----------------------------
119119

120-
In production, you should install a webserver like Nginx or Apache and
120+
In production, you should install a web server like Nginx or Apache and
121121
:doc:`configure it to run Symfony </setup/web_server_configuration>`. This
122122
method can also be used if you're not using the Symfony local web server for
123123
development.
@@ -183,7 +183,7 @@ and enables all the packages needed to use the official Symfony logger.
183183

184184
This is possible because lots of Symfony packages/bundles define **"recipes"**,
185185
which are a set of automated instructions to install and enable packages into
186-
Symfony applications. Flex keeps tracks of the recipes it installed in a
186+
Symfony applications. Flex keeps track of the recipes it installed in a
187187
``symfony.lock`` file, which must be committed to your code repository.
188188

189189
Symfony Flex recipes are contributed by the community and they are stored in

0 commit comments

Comments
 (0)