We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeac88d commit 61f42caCopy full SHA for 61f42ca
docs/tutorial/getting-started/status-and-headers/index.md
@@ -48,7 +48,7 @@ You can also return a status code by return your response in a `status` function
48
import { Elysia } from 'elysia'
49
50
new Elysia()
51
- .get('/', ({ status }) => status(418, "I'm a teapot'"))
+ .get('/', ({ status }) => status(418, "I'm a teapot"))
52
.listen(3000)
53
```
54
0 commit comments