Skip to content

Commit 9f050ac

Browse files
Fixed a little typo for the response handle
There was a typo for the response handle that uses before instead. I fixed that.
1 parent 089aa88 commit 9f050ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/life-cycle/on-response.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ It's recommended to use **On Response** in the following situations:
2222
- Logging and analytics
2323

2424
## Example
25-
Below is an example of using the before handle to check for user sign-in.
25+
Below is an example of using the response handle to check for user sign-in.
2626

2727
```typescript
2828
import { Elysia } from '../src'

0 commit comments

Comments
 (0)