Fixed #20330 -- Normalized spelling of "web server".

Thanks Baptiste Mispelon for the report.
This commit is contained in:
Aymeric Augustin 2013-04-29 19:40:03 +02:00
parent b47b0211f5
commit 1267d2d9bc
7 changed files with 14 additions and 14 deletions

View file

@ -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.