From 84a1d12dae234db4f3566bf76251fa809a0e57b2 Mon Sep 17 00:00:00 2001 From: Julian Dominguez-Schatz Date: Sun, 18 Jan 2026 14:27:49 -0500 Subject: [PATCH] Remove duplicate spelling check (#6691) * Remove duplicate spelling check * Correct Flathub store capitalization in release notes * Fix typo in Flathub store automation entry * Add release notes for PR #6691 --------- Co-authored-by: github-actions[bot] --- .github/actions/docs-spelling/expect.txt | 1 - packages/docs/blog/2026-01-04-release-26-1-0.md | 2 +- packages/docs/docs/releases.md | 2 +- upcoming-release-notes/6691.md | 6 ++++++ 4 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 upcoming-release-notes/6691.md diff --git a/.github/actions/docs-spelling/expect.txt b/.github/actions/docs-spelling/expect.txt index 6e5c34d127..893203fc0e 100644 --- a/.github/actions/docs-spelling/expect.txt +++ b/.github/actions/docs-spelling/expect.txt @@ -68,7 +68,6 @@ Fineco Finicity Fintro Finverse -flathub Flathub FORTUNEO FTNOFRP diff --git a/packages/docs/blog/2026-01-04-release-26-1-0.md b/packages/docs/blog/2026-01-04-release-26-1-0.md index db7888b0fd..a4fae61ce1 100644 --- a/packages/docs/blog/2026-01-04-release-26-1-0.md +++ b/packages/docs/blog/2026-01-04-release-26-1-0.md @@ -87,7 +87,7 @@ For Linux users, we have officially released to [Flathub](https://flathub.org/en - [#6299](https://github.com/actualbudget/actual/pull/6299) Fix no-unused-vars lint violations — thanks @MatissJanis - [#6300](https://github.com/actualbudget/actual/pull/6300) Fix various lint issues — thanks @MatissJanis - [#6301](https://github.com/actualbudget/actual/pull/6301) Fix more lint issues — thanks @MatissJanis -- [#6307](https://github.com/actualbudget/actual/pull/6307) Automate the release to the flathub store — thanks @MikesGlitch +- [#6307](https://github.com/actualbudget/actual/pull/6307) Automate the release to the Flathub store — thanks @MikesGlitch - [#6312](https://github.com/actualbudget/actual/pull/6312) Port react rules from eslint to oxlint — thanks @MatissJanis - [#6321](https://github.com/actualbudget/actual/pull/6321) Supply additional icon sizes to Mac desktop app for more tailored rendering — thanks @MikesGlitch - [#6348](https://github.com/actualbudget/actual/pull/6348) Apply ESLint ignore rules to Oxfmt to prevent false positives when running 'npm lint' — thanks @jgranick diff --git a/packages/docs/docs/releases.md b/packages/docs/docs/releases.md index 0d7708fa9e..7544527d7b 100644 --- a/packages/docs/docs/releases.md +++ b/packages/docs/docs/releases.md @@ -81,7 +81,7 @@ For Linux users, we have officially released to [Flathub](https://flathub.org/en - [#6299](https://github.com/actualbudget/actual/pull/6299) Fix no-unused-vars lint violations — thanks @MatissJanis - [#6300](https://github.com/actualbudget/actual/pull/6300) Fix various lint issues — thanks @MatissJanis - [#6301](https://github.com/actualbudget/actual/pull/6301) Fix more lint issues — thanks @MatissJanis -- [#6307](https://github.com/actualbudget/actual/pull/6307) Automate the release to the flathub store — thanks @MikesGlitch +- [#6307](https://github.com/actualbudget/actual/pull/6307) Automate the release to the Flathub store — thanks @MikesGlitch - [#6312](https://github.com/actualbudget/actual/pull/6312) Port react rules from eslint to oxlint — thanks @MatissJanis - [#6321](https://github.com/actualbudget/actual/pull/6321) Supply additional icon sizes to Mac desktop app for more tailored rendering — thanks @MikesGlitch - [#6348](https://github.com/actualbudget/actual/pull/6348) Apply ESLint ignore rules to Oxfmt to prevent false positives when running 'npm lint' — thanks @jgranick diff --git a/upcoming-release-notes/6691.md b/upcoming-release-notes/6691.md new file mode 100644 index 0000000000..561782812d --- /dev/null +++ b/upcoming-release-notes/6691.md @@ -0,0 +1,6 @@ +--- +category: Maintenance +authors: [jfdoming] +--- + +Correct capitalization of "Flathub" in documentation and spelling expectations, removing duplicates.