From 3bdb6934fe23fa261cc8843b62842c877bc2ef49 Mon Sep 17 00:00:00 2001 From: Jamie Rasmussen <112953339+jamie-rasmussen@users.noreply.github.com> Date: Tue, 30 Jan 2024 11:17:49 -0600 Subject: [PATCH] chore: fix doc typo (#1128) --- docs/docs/guides/tools/serve.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/guides/tools/serve.md b/docs/docs/guides/tools/serve.md index 4ce0afb57fd..5e385344c6d 100644 --- a/docs/docs/guides/tools/serve.md +++ b/docs/docs/guides/tools/serve.md @@ -19,7 +19,7 @@ to run a FastAPI server for that model. pip install fastapi uvicorn ``` -## Serve Model` +## Serve Model In a terminal, call: ```bash