You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/migrate/from-hono.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ This guide is for Hono users who want to see a differences from Elysia including
36
36
37
37
**Elysia** is an ergonomic web framework. Designed to be ergonomic and developer-friendly with a focus on **sounds type safety** and performance.
38
38
39
-
Both frameworks are built on top of Web Standard API, and has slight similar syntax. Hono offers more compatability with multiple runtimes while Elysia focus on specific set of runtimes.
39
+
Both frameworks are built on top of Web Standard API, and has slight different syntax. Hono offers more compatability with multiple runtimes while Elysia focus on specific set of runtimes.
40
40
41
41
## Performance
42
42
Elysia has significant performance improvements over Hono thanks to static code analysis.
0 commit comments