File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -722,7 +722,7 @@ ASGI web application and the Socket.IO server as a bundle::
722722 sio = socketio.AsyncServer(async_mode='asgi')
723723 app = socketio.ASGIApp(sio, other_app)
724724
725- The ``ASGIApp `` instance is a fully complaint ASGI instance that can be
725+ The ``ASGIApp `` instance is a fully compliant ASGI instance that can be
726726deployed with an ASGI compatible web server.
727727
728728Aiohttp
@@ -947,7 +947,7 @@ constructor::
947947 sio = socketio.Server(async_mode='threading')
948948
949949A server configured for threading is deployed as a regular web application,
950- using any WSGI complaint multi-threaded server. The example below deploys an
950+ using any WSGI compliant multi-threaded server. The example below deploys an
951951Socket.IO application combined with a Flask web application, using Flask's
952952development web server based on Werkzeug::
953953
You can’t perform that action at this time.
0 commit comments