File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 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?
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
You can’t perform that action at this time.
0 commit comments