Skip to content

chore: remove em dashes from text and comments#15

Merged
mateuseap merged 1 commit into
mainfrom
chore/remove-em-dashes
Jul 23, 2026
Merged

chore: remove em dashes from text and comments#15
mateuseap merged 1 commit into
mainfrom
chore/remove-em-dashes

Conversation

@mateuseap

Copy link
Copy Markdown
Owner

Removes every em dash (U+2014) from tracked source across the repo, plus the few stray en dashes (U+2013) found in the same docs, per the owner's convention against both.

Scope

18 files: .env.example, CONTRIBUTING.md, client CSS/components/pages, and docs. Each occurrence was rewritten in context (comma, colon, semicolon, parentheses, or split sentence) so grammar and meaning are preserved. No logic or behavior changed.

Notable cases:

  • client/src/pages/AnalysisPage.tsx: the user-facing '—' fallback placeholder became '-'.
  • En dashes in numeric ranges in docs (e.g. 0–10) became hyphens (0-10).
  • List/label term — description patterns became term: description.

Verification

  • git grep for U+2014 and U+2013 both return zero matches.
  • pnpm -r build clean.
  • pnpm typecheck clean.
  • Client vitest: 33 passed. Server jest: 95 passed.

@mateuseap mateuseap self-assigned this Jul 23, 2026
@mateuseap
mateuseap merged commit e22bce8 into main Jul 23, 2026
3 checks passed
@mateuseap
mateuseap deleted the chore/remove-em-dashes branch July 23, 2026 18:07
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.

1 participant