mirror of
https://github.com/django/django.git
synced 2025-08-31 07:47:37 +00:00
Fixed #20330 -- Normalized spelling of "web server".
Thanks Baptiste Mispelon for the report.
This commit is contained in:
parent
b47b0211f5
commit
1267d2d9bc
7 changed files with 14 additions and 14 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue