From: Mohammad Raisul ISlam Date: Tue, 10 May 2022 04:07:45 +0000 (+0600) Subject: ✏ Fix typo in deployment (#4629) X-Git-Tag: 0.77.1~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b1e691091d85503a44685d72284bbe0ff30b0aaf;p=thirdparty%2Ffastapi%2Ffastapi.git ✏ Fix typo in deployment (#4629) Co-authored-by: raisul1234 Co-authored-by: Sebastián Ramírez --- diff --git a/docs/en/docs/deployment/manually.md b/docs/en/docs/deployment/manually.md index 7fd1f4d4f2..16286533ab 100644 --- a/docs/en/docs/deployment/manually.md +++ b/docs/en/docs/deployment/manually.md @@ -59,7 +59,7 @@ You can install an ASGI compatible server with: ## Run the Server Program -You can then your application the same way you have done in the tutorials, but without the `--reload` option, e.g.: +You can then run your application the same way you have done in the tutorials, but without the `--reload` option, e.g.: === "Uvicorn"