]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
✏ Fix typo in deployment (#4629)
authorMohammad Raisul ISlam <raisulislam541@gmail.com>
Tue, 10 May 2022 04:07:45 +0000 (10:07 +0600)
committerGitHub <noreply@github.com>
Tue, 10 May 2022 04:07:45 +0000 (04:07 +0000)
Co-authored-by: raisul1234 <raisul.islam@myalice.ai>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
docs/en/docs/deployment/manually.md

index 7fd1f4d4f2f962614fc594ac1b99d1ee54d84335..16286533ab600468e3f5d4e24efe271666212835 100644 (file)
@@ -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"