Skip to content

Commit 547449b

Browse files
authored
Fix typos in server.rst (miguelgrinberg#1331)
Change 2 instances of "complaint" to "compliant"
1 parent e593519 commit 547449b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/server.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
726726
deployed with an ASGI compatible web server.
727727

728728
Aiohttp
@@ -947,7 +947,7 @@ constructor::
947947
sio = socketio.Server(async_mode='threading')
948948

949949
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
951951
Socket.IO application combined with a Flask web application, using Flask's
952952
development web server based on Werkzeug::
953953

0 commit comments

Comments
 (0)