mirror of
https://github.com/django/django.git
synced 2025-08-30 23:37:50 +00:00
Fixed some typos in comments and docs.
Thanks to Mads Jenson for review.
This commit is contained in:
parent
f1d4a540b2
commit
103a6f4307
6 changed files with 9 additions and 9 deletions
|
@ -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::
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue