We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed43015 commit 25ae8c1Copy full SHA for 25ae8c1
book/page_creation.rst
@@ -461,13 +461,13 @@ So what about the other directories in the project?
461
file which is used to execute Symfony commands via the console.
462
463
``var/``
464
- This is were automatically created files are stored, like cache files
+ This is where automatically created files are stored, like cache files
465
(``var/cache/``) and logs (``var/logs/``).
466
467
``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.
+ Third-party libraries, packages and bundles are downloaded here by
+ the `Composer`_ package manager. You should never edit something in this
+ directory.
471
472
.. seealso::
473
0 commit comments