Skip to content

Commit 621e187

Browse files
authored
Merge pull request #65 from schinwald/main-1
fix: small typo
2 parents 3f65ac4 + cb89d95 commit 621e187

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)