From c66d7a9f1ade0f728840b8ee9079599dd6a3de3f Mon Sep 17 00:00:00 2001 From: zykron1 <85203848+zykron1@users.noreply.github.com> Date: Fri, 14 Apr 2023 02:06:34 -0700 Subject: [PATCH] Improved grammar in documentation (#1175) --- docs/intro.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/intro.rst b/docs/intro.rst index afd0d93..9cadc6b 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -188,8 +188,8 @@ Server Features asyncio. - Supports large number of clients even on modest hardware due to being asynchronous. -- Can be hosted on any `WSGI `_ and - `ASGI `_ web servers including +- Can be hosted on any `WSGI `_ or + `ASGI `_ web server including `Gunicorn `_, `Uvicorn `_, `eventlet `_ and `gevent `_. - Can be integrated with WSGI applications written in frameworks such as Flask, Django,