From 9537f5f6ae66ff0a7d26c7440004cf4722e6c713 Mon Sep 17 00:00:00 2001 From: LinuxOnTheDesktop <47056543+LinuxOnTheDesktop@users.noreply.github.com> Date: Thu, 23 Jan 2020 00:09:12 +0000 Subject: [PATCH] Update CONTRIBUTING.md (#3776) I have fixed a grammatical mistake (specifically, a lack of number agreement). Previously, the sentence in question did not, construed strictly, make sense. Also, I'm doing this to practice doing pull requests! --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 99d933a619..e6630eac3e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -45,7 +45,7 @@ Here are a few guidelines to get started: (ex: relative/absolute paths, glob patterns/wildcards, special character escaping...). These are all guidelines, not strict rules. -Use proper judgement, keeping simplicity and user-friendliness as the top priority. +Use proper judgement, keeping simplicity and user-friendliness as the top priorities. When in doubt, have a look at a few existing pages :).