Skip to content

docs: fix spelling in website and doc comments - #462

Merged
Canop merged 1 commit into
Canop:mainfrom
loris307:docs/fix-spelling
Aug 29, 2026
Merged

docs: fix spelling in website and doc comments#462
Canop merged 1 commit into
Canop:mainfrom
loris307:docs/fix-spelling

Conversation

@loris307

Copy link
Copy Markdown
Contributor

Fixes a handful of spelling mistakes in the website docs and in doc comments.

Website (website/src/)

  • config.md — "platform dependant" -> "dependent", "default stiky item" -> "sticky"
  • community/bacon-dev.md — "direcly edit the markdonw files" -> "directly edit the markdown files"
  • community/emacs-bacon.md — "syncronizes" -> "synchronizes", "customizeable" -> "customizable"

Doc comments

  • src/context_nature.rs — "The kind of projec/context" -> "project/context"
  • src/tui/app_state.rs — "Dimissals" -> "Dismissals"
  • src/tui/mission_state.rs — "volontary scroll" -> "voluntary scroll"
  • src/sound/play_sound.rs — "reources directory" -> "resources directory", "syntax unconsistency" -> "inconsistency"

Comments and documentation only; no code paths touched.

Two things I deliberately left alone:

  • prefered in mission_state.rs is part of the identifiers prefered_scroll_end,
    scroll_to_prefered_end and is_scroll_at_prefered_end. Renaming those is a refactor
    rather than a typo fix, so it seemed better to leave that to you.
  • analyzis in src/export/exporter.rs is a #[serde(alias = ...)], which looks like an
    intentional backwards-compatible spelling, so changing it would break existing configs.

@Canop
Canop merged commit e9a2c1a into Canop:main Aug 29, 2026
@Canop

Canop commented Aug 29, 2026

Copy link
Copy Markdown
Owner

New version of the site deployed

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