From 3cdb056d43cc24bd718b1f025f77ef15390d26aa Mon Sep 17 00:00:00 2001
From: William Oldham <wegg7250@gmail.com>
Date: Mon, 3 Jul 2023 18:39:31 +0100
Subject: [PATCH] docs(contributing): fix grammar error in language
 contributions

---
 .github/CONTRIBUTING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index 8c1cb182..bc6ae37b 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -92,7 +92,7 @@ Each language file is called `translation.json` and is stored in the `src/setup/
 > **Warning**
 > Before you start a translation, please:
 > - Check there isn't an existing GitHub [issue](https://github.com/movie-web/movie-web/issues) or [pull request](https://github.com/movie-web/movie-web/pulls) open for the language.
-> - Make sure we aren't in the middle of a new feature update. When releasing major versions, we only accept language once the new version is complete. Otherwise, the language files would need to be updated.
+> - Make sure we aren't in the middle of a new feature update. When releasing major versions, we only accept changes to translations once the new version is complete. Otherwise, the language files would need to be updated.
 >
 > Please speak to us before starting a language PR. We want to use your time effectively.