Skip to content

Commit 6a181f0

Browse files
committed
🎉 feat: add twoslash
1 parent f195fa6 commit 6a181f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/at-glance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import Playground from '../components/nearl/playground.vue'
2222
import { Elysia } from 'elysia'
2323

2424
const demo1 = new Elysia()
25-
.get('/', () => 'Hello Elysia')
25+
.get('/', 'Hello Elysia')
2626
.get('/user/:id', ({ params: { id }}) => id)
2727
.post('/form', ({ body }) => body)
2828

0 commit comments

Comments
 (0)