File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ to run this command which displays information about the project:
117
117
Running Symfony Applications
118
118
----------------------------
119
119
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
121
121
:doc: `configure it to run Symfony </setup/web_server_configuration >`. This
122
122
method can also be used if you're not using the Symfony local web server for
123
123
development.
@@ -183,7 +183,7 @@ and enables all the packages needed to use the official Symfony logger.
183
183
184
184
This is possible because lots of Symfony packages/bundles define **"recipes" **,
185
185
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
187
187
``symfony.lock `` file, which must be committed to your code repository.
188
188
189
189
Symfony Flex recipes are contributed by the community and they are stored in
You can’t perform that action at this time.
0 commit comments