From b47bf417d2781333bc5c561750e9521bc00f310b Mon Sep 17 00:00:00 2001 From: imp <106537315+imptype@users.noreply.github.com> Date: Mon, 26 Aug 2024 22:21:05 +0100 Subject: [PATCH] fix typo --- docs/source/design.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/design.rst b/docs/source/design.rst index b366fbabc..1352483c7 100644 --- a/docs/source/design.rst +++ b/docs/source/design.rst @@ -75,7 +75,7 @@ WSGI application, this is not a recommended configuration. AsyncIO Workers --------------- -Third-party workers can be usedd to use Gunicorn with asyncio frameworks. +Third-party workers can be used to run Gunicorn with asyncio frameworks. Choosing a Worker Type ======================