Skip to content

Commit c66d7a9

Browse files
authored
Improved grammar in documentation (#1175)
1 parent 72dfdc6 commit c66d7a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/intro.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@ Server Features
188188
asyncio.
189189
- Supports large number of clients even on modest hardware due to being
190190
asynchronous.
191-
- Can be hosted on any `WSGI <https://wsgi.readthedocs.io/en/latest/index.html>`_ and
192-
`ASGI <https://asgi.readthedocs.io/en/latest/>`_ web servers including
191+
- Can be hosted on any `WSGI <https://wsgi.readthedocs.io/en/latest/index.html>`_ or
192+
`ASGI <https://asgi.readthedocs.io/en/latest/>`_ web server including
193193
`Gunicorn <https://gunicorn.org/>`_, `Uvicorn <https://github.com/encode/uvicorn>`_,
194194
`eventlet <http://eventlet.net/>`_ and `gevent <http://gevent.org>`_.
195195
- Can be integrated with WSGI applications written in frameworks such as Flask, Django,

0 commit comments

Comments
 (0)