@@ -158,13 +158,13 @@ the ``extra.symfony-web-dir`` option in the ``composer.json`` file:
158158 Override the ``vendor `` Directory
159159---------------------------------
160160
161- To override the ``vendor `` directory youhave to introduce changes in the
161+ To override the ``vendor `` directory, youneed to introduce changes in the
162162following files:
163163
164164* ``app/autoload.php ``
165165* ``composer.json ``
166166
167- The change in the ``composer.json ``takes the form :
167+ The change in the ``composer.json ``will look like this :
168168
169169..code-block ::json
170170
@@ -177,7 +177,7 @@ The change in the ``composer.json`` takes the form:
177177...
178178 }
179179
180- In ``app/autoload.php `` you need to modify the path leading to ``vendor/autoload.php ``
180+ In ``app/autoload.php ``, you need to modify the path leading to the ``vendor/autoload.php ``
181181file::
182182
183183 // app/autoload.php
@@ -186,6 +186,6 @@ file::
186186
187187..tip ::
188188
189- This modification can be of interest if youwork using virtual environment
190- and cannot use NFS. For example,when running Symfony app using Vagrant/VirtualBox
191- guest operating system.
189+ This modification can be of interest if youare working in a virtual environment
190+ and cannot use NFS - for example,if you're runninga Symfony app using
191+ Vagrant/VirtualBox in a guest operating system.