Skip to content

Commit be810c4

Browse files
authored
🔧 fix: typo in on-error.md (#255)
1 parent f2f50bb commit be810c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎docs/life-cycle/on-error.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ new Elysia()
3434
return new Response(error.toString())
3535
})
3636
.get('/', () => {
37-
throw new Error('Server is during maintenance'')
37+
throw new Error('Server is during maintenance')
3838

3939
return 'unreachable'
4040
})

0 commit comments

Comments
 (0)