Skip to content
Merged

typo #670

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/migrate/from-fastify.md
Original file line number Diff line number Diff line change
Expand Up @@ -1446,7 +1446,7 @@ If end-to-end type safety is important for you then Elysia is the right choice.

---

Elysia offers a more ergonomic and developer-friendly experience with a focus on performance, type safety, and simplicity while Fastify is one of the established framework for Node.js, but doesn't has **sounds type safety** and **end-to-end type safety** offers by next generation framework.
Elysia offers a more ergonomic and developer-friendly experience with a focus on performance, type safety, and simplicity while Fastify is one of the established framework for Node.js, but doesn't have **sounds type safety** and **end-to-end type safety** offered by next generation framework.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Polish the concluding sentence grammar

The revised sentence still reads awkwardly (“established framework,” “sounds type safety,” missing hyphen). Please tweak the wording to keep the grammar tight.

- Elysia offers a more ergonomic and developer-friendly experience with a focus on performance, type safety, and simplicity while Fastify is one of the established framework for Node.js, but doesn't have **sounds type safety** and **end-to-end type safety** offered by next generation framework.
+ Elysia offers a more ergonomic and developer-friendly experience with a focus on performance, type safety, and simplicity, while Fastify remains one of the established frameworks for Node.js but lacks **sound type safety** and **end-to-end type safety** offered by next-generation frameworks.
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
Elysia offers a more ergonomic and developer-friendly experience with a focus on performance, type safety, and simplicity while Fastify is one of the established framework for Node.js, but doesn't have **sounds type safety** and **end-to-end type safety** offered by next generation framework.
Elysia offers a more ergonomic and developer-friendly experience with a focus on performance, type safety, and simplicity, while Fastify remains one of the established frameworks for Node.js but lacks **sound type safety** and **end-to-end type safety** offered by next-generation frameworks.
🧰 Tools
🪛 LanguageTool

[grammar] ~1449-~1449: Use a hyphen to join words.
Context: ...end-to-end type safety** offered by next generation framework. If you are lookin...

(QB_NEW_EN_HYPHEN)

🤖 Prompt for AI Agents
In docs/migrate/from-fastify.md around line 1449, the concluding sentence is
grammatically awkward: it needs "an established framework", "sound" (not
"sounds") type safety, and a hyphen in "end-to-end". Replace the sentence with a
grammatically correct version that uses "an established Node.js framework" and
"sound end-to-end type safety" (or "strong type safety"), includes the missing
hyphen, and keeps the contrast clear and concise (e.g., mention Elysia's
ergonomic, developer-friendly experience focused on performance, type safety,
and simplicity versus Fastify as an established Node.js framework that does not
provide the same sound end-to-end type safety).


If you are looking for a framework that is easy to use, has a great developer experience, and is built on top of Web Standard API, Elysia is the right choice for you.

Expand Down