summaryrefslogtreecommitdiff
path: root/docs/howto/deployment/index.txt
diff options
context:
space:
mode:
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