Skip to content

Fix spelling errors across source files, docs, and tests #559

@MariusStorhaug

Description

Request

Maintenance: Various source files, documentation, comments, and test descriptions contain spelling errors that should be corrected for consistency and professionalism.

Acceptance criteria

  • All identified typos are corrected
  • No functional changes — only comment/string/documentation corrections

Technical decisions

Scope: Corrections are limited to comments, documentation strings, help text, and test description strings. No variable names, API parameters, or functional code is changed.

Files affected: Corrections span .github/, examples/, src/classes/, src/functions/, and tests/.


Implementation plan

Corrections

  • .github/copilot-instructions.md — consistancy → consistency, spesifically → specifically
  • examples/Connecting.ps1 — overrideable → overridable, programatically → programmatically
  • src/classes/public/Releases/GitHubRelease.ps1 — commitish → committish
  • src/functions/private/Auth/DeviceFlow/Update-GitHubUserAccessToken.ps1 — recieved → received
  • src/functions/public/Actions/Data/Get-GitHubRunnerData.ps1 — thats → that's
  • src/functions/public/Commands/Set-GitHubLogGroup.ps1 — colapsing → collapsing
  • src/functions/public/Commands/Set-GitHubNoCommandGroup.ps1 — colapsing → collapsing
  • src/functions/public/Releases/New-GitHubRelease.ps1 — pre-pended → prepended
  • src/functions/public/Releases/New-GitHubReleaseNote.ps1 — commitish → committish
  • src/functions/public/Releases/Set-GitHubRelease.ps1 — pre-pended → prepended
  • src/functions/public/Releases/Update-GitHubRelease.ps1 — commitish → committish, pre-pended → prepended
  • src/functions/public/Repositories/Repositories/Get-GitHubRepositoryContributor.ps1 — Wether → Whether
  • src/functions/public/Status/Get-GitHubScheduledMaintenance.ps1 — occurr → occur
  • tests/Enterprise.Tests.ps1 — ACCROSS → ACROSS
  • tests/GitHub.Tests.ps1 — spesific → specific, Formated → Formatted
  • tests/Secrets.Tests.ps1 — existance → existence
  • tests/TEMPLATE.ps1 — ACCROSS → ACROSS
  • tests/Variables.Tests.ps1 — existance → existence

Metadata

Metadata

Labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions