diff --git a/docs/index.rst b/docs/index.rst index ee560b3..df45312 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -610,7 +610,7 @@ can take advantage of uWSGI's native WebSocket support. Instances of class ``socketio.Server`` will automatically use this option for asynchronous operations if both gevent and uWSGI are installed and eventlet is -not installed. To request this asynchoronous mode explicitly, the +not installed. To request this asynchronous mode explicitly, the ``async_mode`` option can be given in the constructor:: # gevent with uWSGI