From 5a4c92641b4824ebd37f35eb1e4826eac84f107b Mon Sep 17 00:00:00 2001 From: Adarsh Upadhyay <39452102+Tony-ArtZ@users.noreply.github.com> Date: Wed, 29 Oct 2025 00:45:07 +0530 Subject: [PATCH] docs: fix comparison titles in migration cards in ```tutorial/whats-next.md``` Updated tRPC being listed instead of Express and Hono under ```From Express``` and ```From Hono``` cards in ```From other Framework?``` deck --- docs/tutorial/whats-next.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorial/whats-next.md b/docs/tutorial/whats-next.md index 2b410ed3..3dcf0743 100644 --- a/docs/tutorial/whats-next.md +++ b/docs/tutorial/whats-next.md @@ -80,13 +80,13 @@ If you have used other popular frameworks like Express, Fastify, or Hono, you wi - Comparison between tRPC and Elysia + Comparison between Express and Elysia Comparison between Fastify and Elysia - Comparison between tRPC and Elysia + Comparison between Hono and Elysia Comparison between tRPC and Elysia