From aeda1b402adee4e3b038136424e9741da53233fd Mon Sep 17 00:00:00 2001 From: gnito-org <70450336+gnito-org@users.noreply.github.com> Date: Mon, 13 Dec 2021 17:16:28 -0400 Subject: [PATCH] Correct spelling mistakes --- setup.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.rst b/setup.rst index 7c2e7536d98..795c9349437 100644 --- a/setup.rst +++ b/setup.rst @@ -117,7 +117,7 @@ to run this command which displays information about the project: Running Symfony Applications ---------------------------- -In production, you should install a webserver like Nginx or Apache and +In production, you should install a web server like Nginx or Apache and :doc:`configure it to run Symfony `. This method can also be used if you're not using the Symfony local web server for development. @@ -183,7 +183,7 @@ and enables all the packages needed to use the official Symfony logger. This is possible because lots of Symfony packages/bundles define **"recipes"**, which are a set of automated instructions to install and enable packages into -Symfony applications. Flex keeps tracks of the recipes it installed in a +Symfony applications. Flex keeps track of the recipes it installed in a ``symfony.lock`` file, which must be committed to your code repository. Symfony Flex recipes are contributed by the community and they are stored in