File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -461,13 +461,13 @@ So what about the other directories in the project?
461
461
file which is used to execute Symfony commands via the console.
462
462
463
463
``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
465
465
(``var/cache/ ``) and logs (``var/logs/ ``).
466
466
467
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.
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.
471
471
472
472
.. seealso ::
473
473
You can’t perform that action at this time.
0 commit comments