Skip to content

Commit e33c42b

Browse files
committed
📘 doc: grammar
1 parent d33823a commit e33c42b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/blog/elysia-13.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ And here's the same code on Elysia 1.3
9191
![Elysia with normalization turns on resulting in 77k req/sec](/blog/elysia-13/normalize-1.3.webp)
9292
> Elysia with normalization turns on
9393
94-
We measured up to ~1.5x throughput when using for **a single** schema with normalization.
94+
We measured up to ~1.5x throughput when for **a single** schema with normalization.
9595

96-
This means if you use more than a single schema, you should even more performance improvement.
96+
This means if you use more than one schema, you should even more performance improvement.
9797

9898
When comparing to the same code **without schema**, we see < 2% performance difference.
9999

@@ -120,7 +120,7 @@ new Elysia({
120120
You can try the benchmark out yourself by visiting [Exact Mirror on GitHub](https://github.com/elysiajs/exact-mirror).
121121

122122
## System Router
123-
We have never have performance problem with router in Elysia.
123+
We never have performance problem with router in Elysia.
124124

125125
It has excellent performance, and hyper-optimized as much as we possibly can.
126126

0 commit comments

Comments
 (0)