Skip to content

Commit 73c3176

Browse files
fix small typo on reference-model docs
1 parent 4b5dcd5 commit 73c3176

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/patterns/reference-models.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ const SignDTO = t.Object({
4848

4949
const app = new Elysia()
5050
.post('/sign-in', ({ body }) => body, {
51-
body: signDTO,
52-
response: signDTO
51+
body: SignDTO,
52+
response: SignDTO
5353
})
5454
```
5555

0 commit comments

Comments
 (0)