docs: Update typo (#247)

Signed-off-by: Francisco Arceo <arceofrancisco@gmail.com>
This commit is contained in:
Francisco Arceo
2025-06-27 08:58:37 -06:00
committed by GitHub
parent 149a8cb1c0
commit 50e431f30f

View File

@@ -7,7 +7,7 @@ server and the actual app-specific configurations.
> [!WARNING]
> When the server is running with `reload` or with multiple `workers`, uvicorn
> will spawn multiple subprocessed. This invalides all the values configured
> will spawn multiple subprocessed. This invalidates all the values configured
> via the CLI command line options. Please use environment variables in this
> type of deployments.