From fb16101064fc275ca1dbab81d09cbcf646c9111e Mon Sep 17 00:00:00 2001 From: Chris Carini <6374067+ChrisCarini@users.noreply.github.com> Date: Fri, 19 Sep 2025 16:03:14 -0700 Subject: [PATCH] fix[typo]: `usedd` -> `used` --- 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 b366fbab..6796e969 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 ======================