summaryrefslogtreecommitdiff
path: root/docs/howto/static-files
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2013-04-29 19:40:03 +0200
committerAymeric Augustin <aymeric.augustin@m4x.org>2013-04-29 19:40:43 +0200
commit1267d2d9bc8bbb38406a676de31c861ec40b5567 (patch)
tree7c5202fe9a0887f35b5d830e0e11fde2748193f3 /docs/howto/static-files
parentb47b0211f52dad9d816db587a33f2d7055a226b3 (diff)
Fixed #20330 -- Normalized spelling of "web server".
Thanks Baptiste Mispelon for the report.
Diffstat (limited to 'docs/howto/static-files')
-rw-r--r--docs/howto/static-files/index.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/static-files/index.txt b/docs/howto/static-files/index.txt
index a26fc04cc9..1fdad94143 100644
--- a/docs/howto/static-files/index.txt
+++ b/docs/howto/static-files/index.txt
@@ -106,7 +106,7 @@ for gathering static files in a single directory so you can serve them easily.
This will copy all files from your static folders into the
:setting:`STATIC_ROOT` directory.
-3. Use a webserver of your choice to serve the
+3. Use a web server of your choice to serve the
files. :doc:`/howto/static-files/deployment` covers some common deployment
strategies for static files.