From 6d2cd18234012581364dabcbb6a657efcd40df07 Mon Sep 17 00:00:00 2001 From: Matthieu Mordrel <80775308+MatthieuMordrel@users.noreply.github.com> Date: Thu, 16 Oct 2025 02:30:35 +0200 Subject: [PATCH] typo --- docs/migrate/from-fastify.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/migrate/from-fastify.md b/docs/migrate/from-fastify.md index b623acb0..9cdd4d2c 100644 --- a/docs/migrate/from-fastify.md +++ b/docs/migrate/from-fastify.md @@ -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. 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.