From d1e55ca506f533defebbe536941acec85e8383d2 Mon Sep 17 00:00:00 2001 From: Uruk Date: Mon, 22 Sep 2025 20:45:58 +0200 Subject: [PATCH] docs: correct spelling of 'examples' in commit message section --- .github/copilot-instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 4703529a..7ff85e93 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -79,7 +79,7 @@ and provides seamless media streaming with offline capabilities and Chromecast s ## Commit Messages Use [Conventional Commits](https://www.conventionalcommits.org/): -Exemple: +Exemples: - `feat(player): add Chromecast support` - `fix(auth): handle expired JWT tokens` - `chore(deps): update Jellyfin SDK`