mirror of
https://github.com/django/django.git
synced 2025-08-30 23:37:50 +00:00
Normalized spelling of "Web server/page" in docs.
This commit is contained in:
parent
a09c058918
commit
eb4d4376fc
5 changed files with 8 additions and 14 deletions
|
@ -117,7 +117,7 @@ Serving static files from a cloud service or CDN
|
|||
Another common tactic is to serve static files from a cloud storage provider
|
||||
like Amazon's S3 and/or a CDN (content delivery network). This lets you
|
||||
ignore the problems of serving static files and can often make for
|
||||
faster-loading webpages (especially when using a CDN).
|
||||
faster-loading Web pages (especially when using a CDN).
|
||||
|
||||
When using these services, the basic workflow would look a bit like the above,
|
||||
except that instead of using ``rsync`` to transfer your static files to the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue