Skip to content

Commit

Permalink
Add period
Browse files Browse the repository at this point in the history
  • Loading branch information
maldoinc committed Dec 28, 2023
1 parent 6f446b6 commit 6750f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/integrations/fastapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ app = FastAPI()

@app.get("/random")
async def target(
# Wire annotation tells wireup that this argument should be injected
# Wire annotation tells wireup that this argument should be injected.
random_service: Annotated[RandomService, Wire()],
is_debug: Annotated[bool, Wire(param="env.debug")],

Expand Down

0 comments on commit 6750f45

Please sign in to comment.