Skip to content

Commit ccf6e80

Browse files
🔧 fix: typo in before handle (#233)
1 parent 98a4cb4 commit ccf6e80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎docs/life-cycle/before-handle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Same as **derive**, properties which assigned by **resolve** is unique and not s
138138

139139
## Guard resolve
140140

141-
As resole is not available in local hook, it's recommended to use guard to encapsulate the **resolve** event.
141+
As resolve is not available in local hook, it's recommended to use guard to encapsulate the **resolve** event.
142142

143143
```typescript
144144
import { Elysia } from 'elysia'

0 commit comments

Comments
 (0)