1
0
mirror of https://github.com/django/django.git synced 2025-10-24 06:06:09 +00:00

Fixed some typos in comments and docs.

Thanks to Mads Jenson for review.
This commit is contained in:
Min ho Kim
2019-09-11 20:55:17 +10:00
committed by Carlton Gibson
parent f1d4a540b2
commit 103a6f4307
6 changed files with 9 additions and 9 deletions

View File

@@ -19,7 +19,7 @@ Running Django in Uvicorn
When Uvicorn is installed, a ``uvicorn`` command is available which runs ASGI
applications. Uvicorn needs to be called with the location of a module
containing a ASGI application object, followed by what the application is
containing an ASGI application object, followed by what the application is
called (separated by a colon).
For a typical Django project, invoking Uvicorn would look like::