Skip to content

Commit cb89d95

Browse files
authored
fix: small typo
1 parent c7eb1be commit cb89d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concept/group.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ You can separate group into an instance and register the group as plugin for cod
5050
import { Elysia } from 'elysia'
5151

5252
const users = new Elysia({ prefix: '/user' })
53-
.post('/sign-in, signIn)
53+
.post('/sign-in', signIn)
5454
.post('/sign-up', signUp)
5555
.post('/profile', getProfile)
5656

0 commit comments

Comments
 (0)