From fb8ead65af6ac4622ba815e14e69376c3c96cee3 Mon Sep 17 00:00:00 2001 From: TheRootDaemon Date: Sun, 29 Jun 2025 22:41:59 +0530 Subject: [PATCH] CLI to run -> Run --- pages/common/fastapi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/fastapi.md b/pages/common/fastapi.md index 856ae4a1b5..25b3331183 100644 --- a/pages/common/fastapi.md +++ b/pages/common/fastapi.md @@ -1,6 +1,6 @@ # fastapi -> CLI tool to run FastAPI apps which uses Uvicorn under the hood. +> Run FastAPI apps which uses Uvicorn under the hood. > More information: . - Run a FastAPI app with automatic reload (for development):