Skip to content

Commit 710a27b

Browse files
authored
Merge pull request #266 from jgb-solutions/patch-1
Fixed a little typo for the response handle
2 parents 089aa88 + 9f050ac commit 710a27b

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)