Ver código fonte

Fixed typos in docs/howto/deployment/checklist.txt.

Laurent 8 anos atrás
pai
commit
bceade84a7
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      docs/howto/deployment/checklist.txt

+ 2 - 2
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.