Skip to content

Commit f7c66f1

Browse files
authored
🔧 fix: typo in elysia's 0.8 blog post (#249)
1 parent 862cd00 commit f7c66f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎docs/blog/elysia-08.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ The documentation of [Macro API](/patterns/macro) is now available in **pattern*
9292
The next generation of customizability is now only a reach away from your keyboard and imagination.
9393

9494
## New Life Cycle
95-
Elysia introduced a new life cycle to to fix an existing problem and highly requested API including **Resolve** and **MapResponse**:
95+
Elysia introduced a new life cycle to fix an existing problem and highly requested API including **Resolve** and **MapResponse**:
9696
resolve: a safe version of **derive**. Execute in the same queue as **beforeHandle**
9797
mapResponse: Execute just after **afterResponse** for providing transform function from primitive value to Web Standard Response
9898

0 commit comments

Comments
 (0)