Skip to content

Commit ae8ab2d

Browse files
authored
Merge pull request #103 from leo-alvarenga/main
Fix small typo on reference-model docs
2 parents 2579386 + 73c3176 commit ae8ab2d

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)