Skip to content

docs: clarify routing callback execution#2165

Merged
bjohansebas merged 3 commits into
expressjs:mainfrom
greenbasket-labs:patch-2
Jun 21, 2026
Merged

docs: clarify routing callback execution#2165
bjohansebas merged 3 commits into
expressjs:mainfrom
greenbasket-labs:patch-2

Conversation

@greenbasket-labs

Copy link
Copy Markdown
Contributor

Clarifies wording in the routing guide to explain that Express automatically executes route handler callbacks when a request matches a route and HTTP method. This improves clarity for beginners.

Signed-off-by: greenbasket-labs <greenbasketgloball@gmail.com>
@greenbasket-labs greenbasket-labs requested a review from a team as a code owner January 21, 2026 07:45
@netlify

netlify Bot commented Jan 21, 2026

Copy link
Copy Markdown

Deploy Preview for expressjscom-preview ready!

Name Link
🔨 Latest commit c484acd
🔍 Latest deploy log https://app.netlify.com/projects/expressjscom-preview/deploys/6a3874150baf320008a8f9f2
😎 Deploy Preview https://deploy-preview-2165--expressjscom-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 97 (no change from production)
Accessibility: 100 (no change from production)
Best Practices: 100 (no change from production)
SEO: 100 (no change from production)
PWA: 80 (no change from production)
View the detailed breakdown and full score reports
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@greenbasket-labs

Copy link
Copy Markdown
Contributor Author

Thanks for reviewing! Happy to make any adjustments if needed.

@krzysdz krzysdz left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Why does it modify English text in file that should be in Korean?

@bjohansebas

Copy link
Copy Markdown
Member

It was the merge itself that caused that. I’m fixing it

Reword the routing intro so it's explicit that Express runs the handler
automatically when a request matches the route and method, and fix the
singular/plural agreement ("a handler function").

Applies the change to the English sources (5x and 4x guides) with straight
quotes for consistency, instead of the Korean translation file (which is
Crowdin-managed).
@bjohansebas bjohansebas merged commit 2366c4a into expressjs:main Jun 21, 2026
14 of 17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants