Skip to content

fix: correct spelling mistakes across codebase#3692

Merged
brianc merged 2 commits into
brianc:masterfrom
Shion1305:fix/spelling-mistakes
Jun 19, 2026
Merged

fix: correct spelling mistakes across codebase#3692
brianc merged 2 commits into
brianc:masterfrom
Shion1305:fix/spelling-mistakes

Conversation

@Shion1305

@Shion1305 Shion1305 commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

Summary

Fixed 5 spelling mistakes found throughout the codebase:

  • byebyte in parser.ts comment
  • interalinternal in CHANGELOG.md
  • PostgresSQLPostgreSQL in pg-connection-string package.json and README.md
  • immediatleyimmediately in network-partition-tests.js
  • connectetconnected in network-partition-tests.js

Note on CHANGELOG.md

The CHANGELOG.md fix (interalinternal) was included in the initial commit 7cc57c1d but reverted in 144ef9a , as CHANGELOG is a historical record of past releases and should not be modified retroactively.

- "bye" → "byte" in parser.ts comment
- "interal" → "internal" in CHANGELOG.md
- "PostgresSQL" → "PostgreSQL" in pg-connection-string package.json and README.md
- "immediatley" → "immediately" in network-partition-tests.js
- "connectet" → "connected" in network-partition-tests.js
@Shion1305 Shion1305 requested a review from hjr3 as a code owner June 17, 2026 21:13
CHANGELOG is a historical record of past releases and should not be
modified. Reverting the "interal" → "internal" fix from 7cc57c1.
@brianc

brianc commented Jun 19, 2026

Copy link
Copy Markdown
Owner

hey I appreciate this. 😄 ty

@brianc brianc merged commit f49ab4a into brianc:master Jun 19, 2026
7 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.

2 participants