Skip to content

Commit

Permalink
Applied suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterj committed Nov 28, 2015
1 parent ed43015 commit 25ae8c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions book/page_creation.rst
Expand Up @@ -461,13 +461,13 @@ So what about the other directories in the project?
file which is used to execute Symfony commands via the console.

``var/``
This is were automatically created files are stored, like cache files
This is where automatically created files are stored, like cache files
(``var/cache/``) and logs (``var/logs/``).

``vendor/``
Vendor (i.e. third-party) libraries and bundles are downloaded here by
the `Composer`_ package manager. You should never need to manually edit
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.

.. seealso::

Expand Down

0 comments on commit 25ae8c1

Please sign in to comment.