diff options
author | Jason Yundt <swagfortress@gmail.com> | 2019-04-03 08:49:08 -0400 |
---|---|---|
committer | Jason Yundt <swagfortress@gmail.com> | 2019-04-03 08:49:08 -0400 |
commit | f8a22f0a9086e7a389d914f2dde6baea8b08eef0 (patch) | |
tree | 4debd3b0abe5a736fe629e167094897ef720b432 | |
parent | f64336f1a7ff9c9414be4a82b3dc9fca6c659bf9 (diff) |
Minor English fix
CONTRIBUTING.md would use the phrase "those guidelines" to introduce a
list. In general, the word "these" is used to refer to something that is
being introduced or has recently been introduced, and "those" is used to
refer to something that had been previously introduced.
This change also makes CONTRIBUTING.md consistent with the
documentation. The documentation guidelines at
https://docs.godotengine.org/en/latest/community/contributing/documentation_guidelines.html
use "these" to introduce a list and its singular form, "this", to
introduce items.
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 04e42d14b6..4c4a8a37a6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,7 +18,7 @@ each of them. Everything referred to hereafter as "bug" also applies for feature requests. If you are reporting a new issue, you will make our life much simpler (and the -fix come much sooner) by following those guidelines: +fix come much sooner) by following these guidelines: #### Search first in the existing database |