Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit77d98a6

Browse files
committed
[#4643] Minor english changes to make things even smoother (though they were correct before)
1 parenta23e7d2 commit77d98a6

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 youhave to introduce changes in the
161+
To override the ``vendor`` directory, youneed 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 youwork using virtual environment
190-
and cannot use NFS. Forexample,whenrunning 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 - forexample,if you'rerunningaSymfony app using
191+
Vagrant/VirtualBox in aguest operating system.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp