Skip to content

Commit 58526f7

Browse files
committed
Fixed grammar issues
1 parent 576d505 commit 58526f7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cookbook/deployment/tools.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ How to Deploy a Symfony Application
88

99
.. note::
1010

11-
Deploying can be a complex and varied task depending on the setup and
11+
Deploying can be a complex and varied task depending on the setup and the
1212
requirements of your application. This article is not a step-by-step guide,
13-
but a general list of the most common requirements and ideas for deployment.
13+
but is a general list of the most common requirements and ideas for deployment.
1414

1515
.. _symfony2-deployment-basics:
1616

@@ -31,8 +31,8 @@ A deployment may also include other tasks, such as:
3131
repository;
3232
* Creating a temporary staging area to build your updated setup "offline";
3333
* Running any tests available to ensure code and/or server stability;
34-
* Removal of any unnecessary files from ``web/`` directory to keep your production
35-
environment clean;
34+
* Removal of any unnecessary files from the ``web/`` directory to keep your
35+
production environment clean;
3636
* Clearing of external cache systems (like `Memcached`_ or `Redis`_).
3737

3838
How to Deploy a Symfony Application

0 commit comments

Comments
 (0)