From 42f65c317859745e1ba35b8e25f9c458461b0f8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20L=2E=20C=2E=20Moreira?= Date: Thu, 5 Jan 2023 00:13:23 -0300 Subject: [PATCH] CONTRIBUTING.md: removing duplicated word removing duplicated 'the' from the section 'Creating, updating, and modifying packages in Void by yourself' --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ab24ede1f341..bc9ff3e9d5d3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -56,7 +56,7 @@ This automatically sets up the `upstream` remote, so `git pull --rebase upstream Using the GitHub web editor for making changes is strongly discouraged, because you will need to clone the repo anyways to edit and test your changes. -using the the `master` branch of your fork for contributing is also strongly discouraged. +Using the `master` branch of your fork for contributing is also strongly discouraged. It can cause many issues with updating your pull request (also called a PR), and having multiple PRs open at once. To create a new branch: