Skip to content

Commit 2e54b4b

Browse files
authored
docs: 📝 remove typo doesn't not (#583)
1 parent 33fc4a6 commit 2e54b4b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/migrate/from-express.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ While Hono has a `next` function to call the next middleware, Elysia does not ha
486486
## Sounds type safety
487487
Elysia is designed to be sounds type safety.
488488

489-
For example, you can customize context in a **type safe** manner using [derive](/essential/life-cycle.html#derive) and [resolve](/essential/life-cycle.html#resolve) while Express doesn't not.
489+
For example, you can customize context in a **type safe** manner using [derive](/essential/life-cycle.html#derive) and [resolve](/essential/life-cycle.html#resolve) while Express doesn't.
490490

491491
<Compare>
492492

docs/migrate/from-fastify.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ const app = new Elysia()
550550
## Sounds type safety
551551
Elysia is designed to be sounds type safety.
552552

553-
For example, you can customize context in a **type safe** manner using [derive](/essential/life-cycle.html#derive) and [resolve](/essential/life-cycle.html#resolve) while Fastify doesn't not.
553+
For example, you can customize context in a **type safe** manner using [derive](/essential/life-cycle.html#derive) and [resolve](/essential/life-cycle.html#resolve) while Fastify doesn't.
554554

555555
<Compare>
556556

docs/migrate/from-hono.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ While Hono has a `next` function to call the next middleware, Elysia does not ha
501501
## Sounds type safety
502502
Elysia is designed to be sounds type safety.
503503

504-
For example, you can customize context in a **type safe** manner using [derive](/essential/life-cycle.html#derive) and [resolve](/essential/life-cycle.html#resolve) while Hono doesn't not.
504+
For example, you can customize context in a **type safe** manner using [derive](/essential/life-cycle.html#derive) and [resolve](/essential/life-cycle.html#resolve) while Hono doesn't.
505505

506506
<Compare>
507507

0 commit comments

Comments
 (0)