diff --git a/fastapi/.agents/skills/fastapi/SKILL.md b/fastapi/.agents/skills/fastapi/SKILL.md index 58a1c6d544..c0a161663e 100644 --- a/fastapi/.agents/skills/fastapi/SKILL.md +++ b/fastapi/.agents/skills/fastapi/SKILL.md @@ -258,7 +258,7 @@ async def get_item() -> Any: Do not use `ORJSONResponse` or `UJSONResponse`, they are deprecated. -Instead declare a return type or response model. Pydantic will handle the data serialization on the Rust side. +Instead, declare a return type or response model. Pydantic will handle the data serialization on the Rust side. ## Including Routers