diff --git a/docs/deploying/asgi.rst b/docs/deploying/asgi.rst index 1e0517b7..39cd76b7 100644 --- a/docs/deploying/asgi.rst +++ b/docs/deploying/asgi.rst @@ -21,7 +21,7 @@ wrapping the Flask app, asgi_app = WsgiToAsgi(app) -and then serving the ``asgi_app`` with the asgi server, e.g. using +and then serving the ``asgi_app`` with the ASGI server, e.g. using `Hypercorn `_, .. sourcecode:: text