Skip to content

Commit 47c08d8

Browse files
authored
Update group.md
missed the end of a single quote on line 29
1 parent 792d2ec commit 47c08d8

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
@@ -26,7 +26,7 @@ Instead of writing many same prefixes, you can group them.
2626
Grouping allows you to combine multiple prefixes into one.
2727
```typescript
2828
app.group('/user', app => app
29-
.post('/sign-in, signIn)
29+
.post('/sign-in', signIn)
3030
.post('/sign-up', signUp)
3131
.post('/profile', getProfile)
3232
)

0 commit comments

Comments
 (0)