Skip to content

Commit 77d98a6

Browse files
committed
[#4643] Minor english changes to make things even smoother (though they were correct before)
1 parent a23e7d2 commit 77d98a6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

cookbook/configuration/override_dir_structure.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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 you have to introduce changes in the
161+
To override the ``vendor`` directory, you need to introduce changes in the
162162
following 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``
181181
file::
182182

183183
// app/autoload.php
@@ -186,6 +186,6 @@ file::
186186

187187
.. tip::
188188

189-
This modification can be of interest if you work 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 you are working in a virtual environment
190+
and cannot use NFS - for example, if you're running a Symfony app using
191+
Vagrant/VirtualBox in a guest operating system.

0 commit comments

Comments
 (0)