Skip to content

docs: use correct term "Server-Sent Events" in guide#1920

Merged
3imed-jaberi merged 1 commit intokoajs:masterfrom
jtr860830:master
Jan 3, 2026
Merged

docs: use correct term "Server-Sent Events" in guide#1920
3imed-jaberi merged 1 commit intokoajs:masterfrom
jtr860830:master

Conversation

@jtr860830
Copy link
Contributor

@jtr860830 jtr860830 commented Nov 25, 2025

This PR updates the terminology in docs/guide.md from "Server-Side Events" to the correct term "Server-Sent Events" (SSE).

Changes:

  • Rename the section heading from Server-Side Events to Server-Sent Events.
  • Update the description text to use “server-sent events” consistently.

This aligns the docs with the standard naming used in the HTML specification and MDN Web Docs, and should make it easier for readers to search for related resources (e.g. “Server-Sent Events”, “SSE”, EventSource).

Checklist

  • I have ensured my pull request is not behind the main or master branch of the original repository.
  • I have rebased all commits where necessary so that reviewing this pull request can be done without having to merge it first.
  • I have written a commit message that passes commitlint linting.
  • I have ensured that my code changes pass linting tests.
  • I have ensured that my code changes pass unit tests.
  • I have described my pull request and the reasons for code changes along with context if necessary.

@codecov
Copy link

codecov bot commented Nov 25, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.90%. Comparing base (0a6afa5) to head (7ca13bf).
⚠️ Report is 4 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1920   +/-   ##
=======================================
  Coverage   99.90%   99.90%           
=======================================
  Files           9        9           
  Lines        2084     2084           
=======================================
  Hits         2082     2082           
  Misses          2        2           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jtr860830 jtr860830 changed the title docs: use correct term “Server-Sent Events” in guide docs: use correct term "Server-Sent Events" in guide Nov 25, 2025
Copy link
Member

@yowainwright yowainwright left a comment

Choose a reason for hiding this comment

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

LGTM

@3imed-jaberi 3imed-jaberi merged commit 8694a06 into koajs:master Jan 3, 2026
6 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