Skip to content

Commit e0856f2

Browse files
Update content/github/collaborating-with-issues-and-pull-requests/about-pull-requests.md
Co-authored-by: Felicity Chapman <[email protected]>
1 parent 41f942d commit e0856f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/github/collaborating-with-issues-and-pull-requests/about-pull-requests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ When you create a pull request, you can choose to create a pull request that is
5353

5454
{% data reusables.pull_requests.mark-ready-review %} You can convert a pull request to a draft at any time. For more information, see "[Changing the stage of a pull request](/articles/changing-the-stage-of-a-pull-request)."
5555

56-
### Difference between commits on Compare page and Pull Request page
56+
### Differences between commits on compare and pull request pages
5757

5858
Compare pages show a compare between the tip of the head ref and the current common ancestor (i.e. merge base) of the head and base ref. On the other hand, pull request pages show a compare between the tip of the head ref and the common ancestor of the head and base ref at the time when the pull request was created. In other words, the merge base used for the comparison might be different.
5959

0 commit comments

Comments
 (0)