From a329bbb0bd534ff7afbeed84ec3b53aa25c487ff Mon Sep 17 00:00:00 2001 From: khanhkhanhlele Date: Fri, 7 Nov 2025 12:40:16 +0700 Subject: [PATCH] Fix typos in examples/server/wsgi/README.rst --- examples/server/wsgi/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/server/wsgi/README.rst b/examples/server/wsgi/README.rst index 72806b68..88c470a2 100644 --- a/examples/server/wsgi/README.rst +++ b/examples/server/wsgi/README.rst @@ -63,7 +63,7 @@ You can then access the application from your web browser at Near the top of the ``app.py``, ``latency.py`` and ``fiddle.py`` source files there is a ``async_mode`` variable that can be edited to switch to the other -asynchornous modes. Accepted values for ``async_mode`` are ``'threading'``, +asynchronous modes. Accepted values for ``async_mode`` are ``'threading'``, ``'eventlet'`` and ``'gevent'``. For ``django_example``, the async mode can be set in the ``django_example/socketio_app/views.py`` module.