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:
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
122122method can also be used if you're not using the Symfony local web server for
123123development.
@@ -183,7 +183,7 @@ and enables all the packages needed to use the official Symfony logger.
183183
184184This is possible because lots of Symfony packages/bundles define **"recipes" **,
185185which 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
189189Symfony Flex recipes are contributed by the community and they are stored in
You can’t perform that action at this time.
0 commit comments