summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/howto/deployment/checklist.txt4
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.