summaryrefslogtreecommitdiff
path: root/docs/howto/deployment/index.txt
diff options
context:
space:
mode:
authorDavid Smith <smithdc@gmail.com>2021-07-23 07:48:16 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-07-29 06:24:12 +0200
commit1024b5e74a7166313ad4e4975a15e90dccd3ec5f (patch)
tree05d75177f183de5e3c58dbf25a3f71ff4a5c820a /docs/howto/deployment/index.txt
parentacde91745656a852a15db7611c08cabf93bb735b (diff)
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate.
Diffstat (limited to 'docs/howto/deployment/index.txt')
-rw-r--r--docs/howto/deployment/index.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/howto/deployment/index.txt b/docs/howto/deployment/index.txt
index c1cb6d8cd2..ef55a8dcfa 100644
--- a/docs/howto/deployment/index.txt
+++ b/docs/howto/deployment/index.txt
@@ -2,7 +2,7 @@
Deploying Django
================
-Django is full of shortcuts to make Web developers' lives easier, but all
+Django is full of shortcuts to make web developers' lives easier, but all
those tools are of no use if you can't easily deploy your sites. Since Django's
inception, ease of deployment has been a major goal.
@@ -16,7 +16,7 @@ make that communication happen.
Django currently supports two interfaces: WSGI and ASGI.
-* `WSGI`_ is the main Python standard for communicating between Web servers and
+* `WSGI`_ is the main Python standard for communicating between web servers and
applications, but it only supports synchronous code.
* `ASGI`_ is the new, asynchronous-friendly standard that will allow your