Skip to content

Commit

Permalink
Merge pull request #1089 from ryoppippi/feature/fix-docs
Browse files Browse the repository at this point in the history
docs: minor fixes
  • Loading branch information
samchon committed Jun 9, 2024
2 parents e3b9b58 + 881ddd8 commit 2ed7574
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/pages/docs/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ const config = {
};
export default unTypiaNext(
config,
{} // options of typia
{} // options of unplugin-typia
);
```
</Tab>
Expand Down
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 2ed7574

Please sign in to comment.