From 0722a3be5956fb1235fcbea13fa3a50d5fe226ea Mon Sep 17 00:00:00 2001 From: Facundo Batista Date: Tue, 1 Oct 2024 08:24:37 -0300 Subject: [PATCH] Fixed 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..6796e9695 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 use Gunicorn with asyncio frameworks. Choosing a Worker Type ======================