Skip to content

Commit

Permalink
docs: code block typo
Browse files Browse the repository at this point in the history
  • Loading branch information
iann838 committed Nov 8, 2024
1 parent 8daec5f commit 3a15266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/responses.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ To declare response schemas for the generated OpenAPI document, specify an OAS3.

There is a shortcut function provided by the `workery/parameters` module to make declaring response schemas easier:

```ts{}
```ts{5}
import { Responds } from "workery/parameters"
app.get("/", {
Expand Down

0 comments on commit 3a15266

Please sign in to comment.