Skip to content
This repository was archived by the owner on Oct 25, 2023. It is now read-only.

Commit 90da1cf

Browse files
committed
CONTRIBUTING: English fixes for PR rebase section
Add a few fixes from a native English speaker to clarify the "how do changes suggested on a pull request" section. In particular, re-word the title which was non-idiomatic. Other edits are minor: clarify "it" in one place and add a missing definite article.
1 parent 686c345 commit 90da1cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ $ git push origin improve-contacts-99
4343

4444
* Do a new pull request from your "improve-contacts-99" branch to webogram "master".
4545

46-
#### How do changes suggested on a pull request
46+
#### How to implement changes suggested on a pull request
4747

48-
Some times when you do a PR, you will be asked to correct some code. You can do it on your work branch and commit normally, PR will be automatically updated.
48+
Sometimes when you submit a PR, you will be asked to correct some code. You can make the changes on your work branch and commit normally and the PR will be automatically updated.
4949

5050
``$ git commit -am "Ops, fixing typo"``
5151

0 commit comments

Comments
 (0)