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::
722
722
sio = socketio.AsyncServer(async_mode='asgi')
723
723
app = socketio.ASGIApp(sio, other_app)
724
724
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
726
726
deployed with an ASGI compatible web server.
727
727
728
728
Aiohttp
@@ -947,7 +947,7 @@ constructor::
947
947
sio = socketio.Server(async_mode='threading')
948
948
949
949
A 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
951
951
Socket.IO application combined with a Flask web application, using Flask's
952
952
development web server based on Werkzeug::
953
953
You can’t perform that action at this time.
0 commit comments