Skip to content

Commit

Permalink
feat(docs): Update code snippet in hono.mdx
Browse files Browse the repository at this point in the history
The code snippet in the hono.mdx document has been updated to
reflect the correct line numbers for the TypeScript example.
This change will help users to understand the code better.
  • Loading branch information
ryoppippi committed Jun 9, 2024
1 parent 5791d1f commit 881ddd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/pages/docs/utilization/hono.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
If you are using `Hono` with `typia`, you can use [ `@hono/typia-validator` ](https://github.com/honojs/middleware/tree/main/packages/typia-validator) to validate the request body.


```typescript copy showLineNumbers {11-12}
```typescript copy showLineNumbers {7, 8, 13}
import { Hono } from "hono";
import { typiaValidator } from '@hono/typia-validator'
import typia, { type tags } from "typia";
Expand Down

0 comments on commit 881ddd8

Please sign in to comment.