Skip to content

Commit 2deb33f

Browse files
committed
🔧 fix: build error
1 parent 6607d28 commit 2deb33f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/essential/handler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ Elysia registers state values into the store automatically without explicit type
586586
import { Elysia } from 'elysia'
587587

588588
class Logger {
589-
static log(value: string) {
589+
log(value: string) {
590590
console.log(value)
591591
}
592592
}

0 commit comments

Comments
 (0)