Skip to content

Commit 32cf3f7

Browse files
committed
Fix some minor typo’s and corrections
1 parent dc73699 commit 32cf3f7

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

contributing/community/review-comments.rst

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ is world-wide and is composed of a wide variety of people with differing
1212
ideas and opinions.
1313

1414
Not everyone speaks English or is able to use a keyboard. Some might
15-
have Dyslexia or similar conditions that affect their writing.
15+
have dyslexia or similar conditions that affect their writing.
1616

1717
Not to mention that some might have a bad experience from previous
1818
contributions (to other projects).
@@ -36,7 +36,7 @@ Tone of voice
3636
-------------
3737

3838
We don't expect you to be completely formal, or to even write error-free
39-
English. Just remember one thing: Don't swear, and be respectful to others.
39+
English. Just remember this: don't swear, and be respectful to others.
4040

4141
Don't reply in anger or with an aggressive tone. You're angry, we understand
4242
that, but swearing/cursing and name calling doesn't really encourage anyone to
@@ -46,13 +46,13 @@ you encounter.
4646
Gender pronouns
4747
---------------
4848

49-
While not "formally" required it's better to use gender-neutral pronouns.
49+
While not "formally" required, it's better to use gender-neutral pronouns.
5050
Unless someone "indicated" their pronouns, use "they", "them" instead of
5151
"he", "she", "his", "hers", "his/hers", "he/she", etc.
5252

5353
Try to avoid using wording that may be considered excluding and needlessly gendered,
5454
like for example words that have a male base. For example we recommend to use other
55-
words like folks”, “team”, “everyone in place of guys.
55+
words like "folks", "team", "everyone" in place of "guys".
5656

5757
Giving positive feedback
5858
------------------------
@@ -61,10 +61,10 @@ While reviewing issues and pull requests you may run into some suggestions
6161
(including patches) that don't reflect your ideas, are not good, or downright wrong.
6262

6363
Now, when you prepare your comment, consider the amount of work and time the author
64-
has spent on their idea and how your response would make them feel;
64+
has spent on their idea and how your response would make them feel.
6565

6666
Did you correctly understand their intention? Or are you making assumptions?
67-
Which ever you respond, be explicit. Remember people don't always understand your
67+
Whatever your response, be explicit. Remember people don't always understand your
6868
intentions online.
6969

7070
Avoid using terms that could be seen as referring to personal traits ("dumb", "stupid").
@@ -113,7 +113,7 @@ If a piece of code is in fact wrong, explain why:
113113

114114
* Code doesn't match Symfony's CS rules (e.g. ``use array()`` instead of ``[]``)
115115

116-
* We only provide integration with very popular projects (e.g. we integrate Bootstrap but not your own CSS framework
116+
* We only provide integration with very popular projects (e.g. we integrate Bootstrap but not your own CSS framework)
117117

118118
* This would require adding lots of code and making lots of changes for a feature that doesn't look so important.
119119
That could hurt maintaining in the future.
@@ -141,17 +141,17 @@ Use words like "Please", "Thank you" and "Could you" instead of making demands;
141141

142142
* "Please use 4 spaces instead of tabs", "This needs be on the previous line";
143143

144-
During a pull request review you can usually leave more then one comment,
145-
you don't have to use "Please" all the time. But it wouldn't hurt.
144+
During a pull request review you can usually leave more then one comment,
145+
you don't have to use "Please" all the time. But it wouldn't hurt.
146146

147147
It may not seem like much, but saying "Thank you" does make others feel
148148
more welcome.
149149

150150
Using humor
151151
-----------
152152

153-
In short: Don't be a troll; This violates the Code of Conduct and may
154-
even get you banned! Keep it real and friendly.
153+
In short: Extreme misbehavior will not be tolerated and may even get you banned;
154+
Keep it real and friendly.
155155

156156
**Don't use sarcasm for a serious topic, that's not something that belongs
157157
to the Symfony community.** And don't marginalize someone's problems;

0 commit comments

Comments
 (0)