diff --git a/fastapi/.agents/skills/fastapi/SKILL.md b/fastapi/.agents/skills/fastapi/SKILL.md index 08e3c5e37c..58a1c6d544 100644 --- a/fastapi/.agents/skills/fastapi/SKILL.md +++ b/fastapi/.agents/skills/fastapi/SKILL.md @@ -303,7 +303,7 @@ async def list_items(): app.include_router(router, prefix="/items", tags=["items"]) ``` -There could be exceptions but try to follow this convention. +There could be exceptions, but try to follow this convention. Apply shared dependencies at the router level via `dependencies=[Depends(...)]`.