Merge pull request #3418 from ChrisCarini/patch-1

fix[typo]: `usedd` -> `used`
This commit is contained in:
Benoit Chesneau 2025-10-05 18:19:01 +02:00 committed by GitHub
commit dad4dcdf54
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
======================