Skip to content

Commit 25ae8c1

Browse files
committed
Applied suggestions
1 parent ed43015 commit 25ae8c1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: book/page_creation.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -461,13 +461,13 @@ So what about the other directories in the project?
461461
file which is used to execute Symfony commands via the console.
462462

463463
``var/``
464-
This is were automatically created files are stored, like cache files
464+
This is where automatically created files are stored, like cache files
465465
(``var/cache/``) and logs (``var/logs/``).
466466

467467
``vendor/``
468-
Vendor (i.e. third-party) libraries and bundles are downloaded here by
469-
the `Composer`_ package manager. You should never need to manually edit
470-
something in this directory.
468+
Third-party libraries, packages and bundles are downloaded here by
469+
the `Composer`_ package manager. You should never edit something in this
470+
directory.
471471

472472
.. seealso::
473473

0 commit comments

Comments
 (0)