-
Notifications
You must be signed in to change notification settings - Fork 462
Docs: Fix grammar to improve clarity in Hono migration guide #760
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -114,7 +114,7 @@ While Hono use a `c.text`, and `c.json` to warp a response, Elysia map a value t | |||||
|
|
||||||
| There is a slight different in style guide, Elysia recommends usage of method chaining and object destructuring. | ||||||
|
|
||||||
| Hono port allocation is depends on runtime, and adapter while Elysia use a single `listen` method to start the server. | ||||||
| Hono port allocation depends on runtime, and adapter while Elysia use a single `listen` method to start the server. | ||||||
|
||||||
| Hono port allocation depends on runtime, and adapter while Elysia use a single `listen` method to start the server. | |
| Hono port allocation depends on runtime, and adapter while Elysia uses a single `listen` method to start the server. |
Copilot
AI
Dec 19, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Subject-verb agreement error: "use" should be "uses" to agree with the singular subject "Hono". The sentence should read "Hono uses a function to parse".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Grammar error: "different" should be "difference". The sentence should read "There is a slight difference in style guide".