Skip to content

Commit e978c1c

Browse files
authored
🔧 fix: sentence in mapResponse docs (#258)
1 parent d921ae2 commit e978c1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎docs/life-cycle/map-response.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ new Elysia()
5656
.listen(8080)
5757
```
5858

59-
Like **parse** and **beforeHandle**, after a value is returned, the next iteration of afterHandle will be skipped.
59+
Like **parse** and **beforeHandle**, after a value is returned, the next iteration of **mapResponse** will be skipped.
6060

6161
Elysia will handle the merging process of **set.headers** from **mapResponse** automatically. We don't need to worry about appending **set.headers** to Response manually.

0 commit comments

Comments
 (0)