Skip to content

Commit

Permalink
Fix typos in server.rst (#1331)
Browse files Browse the repository at this point in the history
Change 2 instances of "complaint" to "compliant"
  • Loading branch information
jdsigg committed Apr 28, 2024
1 parent e593519 commit 547449b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/server.rst
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ ASGI web application and the Socket.IO server as a bundle::
sio = socketio.AsyncServer(async_mode='asgi')
app = socketio.ASGIApp(sio, other_app)

The ``ASGIApp`` instance is a fully complaint ASGI instance that can be
The ``ASGIApp`` instance is a fully compliant ASGI instance that can be
deployed with an ASGI compatible web server.

Aiohttp
Expand Down Expand Up @@ -947,7 +947,7 @@ constructor::
sio = socketio.Server(async_mode='threading')

A server configured for threading is deployed as a regular web application,
using any WSGI complaint multi-threaded server. The example below deploys an
using any WSGI compliant multi-threaded server. The example below deploys an
Socket.IO application combined with a Flask web application, using Flask's
development web server based on Werkzeug::

Expand Down

0 comments on commit 547449b

Please sign in to comment.