From feef834f5d84fa9860cb9b86754ab8c50aa184a1 Mon Sep 17 00:00:00 2001 From: daudix Date: Mon, 16 Sep 2024 02:02:49 +0300 Subject: [PATCH] Update typos check exclusions [SKIP CI] --- CHANGELOG.md | 2 +- typos.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca7f04a..37a7934 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,7 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Show arrow after article heading in article list on hover. - Style `details` arrow. - Style mentions and hashtags in comments. -- Turn "Feed" button to a dropdown if multiple feeds are avaiable (#72). +- Turn "Feed" button to a dropdown if multiple feeds are available (#72). ### Changed diff --git a/typos.toml b/typos.toml index c31c7ca..7fd4c15 100644 --- a/typos.toml +++ b/typos.toml @@ -1,2 +1,2 @@ [files] -extend-exclude = ["static/*.min.js"] +extend-exclude = ["static/*.js", "i18n/ms.toml"]