Skip to content

Commit f0e2196

Browse files
committed
📘 doc: cookie
2 parents ad9fa1b + b37d0ce commit f0e2196

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/blog/elysia-07.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ With the release of 0.7, we are updating to TypeBox 0.31 to brings even more fea
204204

205205
This brings new exciting feature like support for TypeBox's `Decode` in Elysia natively.
206206

207-
Previously, a custom type like `Numeric` require a dyanmic code injection to convert numeric string to number, but with the use of TypeBox's decode, we are allow to define a custom function to encode and decode the value of a type automatically.
207+
Previously, a custom type like `Numeric` require a dynamic code injection to convert numeric string to number, but with the use of TypeBox's decode, we are allow to define a custom function to encode and decode the value of a type automatically.
208208

209209
Allowing us to simplify type to:
210210
```ts
@@ -458,4 +458,4 @@ Thanks you and your love and overwhelming support for Elysia, we hope we can pai
458458
>
459459
> Stellar Stellar
460460
461-
</Blog>
461+
</Blog>

0 commit comments

Comments
 (0)