diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index 333e09702..5900b65b6 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -348,7 +348,7 @@ maintainer can manually trigger a CI run to extract all strings on demand.
Manually trigger CI run (Workflow Dispatch)
-
+
Maintainers can always request the CI to run on demand if it's required.
Go to the `Actions` tab and select our dedicated translation workflow:
@@ -359,12 +359,12 @@ the list.
Select `Run workflow` on the right and trigger a run from master branch.
The CI will now check for changed strings and create a PR if there are any updates.
-
+
Manually update source strings locally
-
+
To update the english source files for translation, re-run cmake enabling the appropriate
parameter and then run make:
```sh
@@ -388,8 +388,8 @@ It is recommended to disable the parameter afterwards using:
```sh
cmake .. -DUPDATE_TRANSLATIONS=OFF
```
-Now you are ready to commit the changes and open a PR.
-
+Now you are ready to commit your changes and open a PR.
+
Once the changes get merged, Transifex will pick up the modified files