diff options
| author | Laurent <lostick@users.noreply.github.com> | 2016-09-30 00:59:00 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-09-29 20:00:05 -0400 |
| commit | ec38aa818cb145c84211fee3076ccb5eb2073848 (patch) | |
| tree | 6796a4cf9515b2c6a1765a77caa58f03799e052d | |
| parent | 85c6a5a8c915a8d7e57b506f7dbfe864a78c2917 (diff) | |
[1.10.x] Fixed typos in docs/howto/deployment/checklist.txt.
Backport of bceade84a7337b1f27c3bf7ec158051128f3324b from master
| -rw-r--r-- | docs/howto/deployment/checklist.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/howto/deployment/checklist.txt b/docs/howto/deployment/checklist.txt index 156617c48f..4eec185ad9 100644 --- a/docs/howto/deployment/checklist.txt +++ b/docs/howto/deployment/checklist.txt @@ -148,8 +148,8 @@ See :doc:`/howto/static-files/index` for more information. ---------------------------------------------- Media files are uploaded by your users. They're untrusted! Make sure your web -server never attempt to interpret them. For instance, if a user uploads a -``.php`` file , the web server shouldn't execute it. +server never attempts to interpret them. For instance, if a user uploads a +``.php`` file, the web server shouldn't execute it. Now is a good time to check your backup strategy for these files. |
