Skip to content

Commit 380d711

Browse files
authored
chore: fix indent
1 parent f49a738 commit 380d711

File tree

1 file changed

+1
-1
lines changed
  • docs/tutorial/patterns/error-handling

1 file changed

+1
-1
lines changed

docs/tutorial/patterns/error-handling/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ It accept **context** similar to handler but include an additional:
4040
import { Elysia } from 'elysia'
4141

4242
new Elysia()
43-
.onError(({ code, status }) => {
43+
.onError(({ code, status }) => {
4444
if(code === "NOT_FOUND")
4545
return 'uhe~ are you lost?'
4646

0 commit comments

Comments
 (0)