Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
PythiaUF authored Sep 10, 2024
1 parent b2c9cca commit 6f6ec09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/club/resources/pr_review.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar_position: 8
# Reviewing Pull Requests

:::note
This guide assumes you already have your own clone of the respotiory based on your own fork (or the main project).
This guide assumes you already have your own clone of the repository based on your own fork (or the main project).
:::

If you are someone in charge of reviewing pull requests for an open source repository on GitHub (like a tech lead), you'll need to know how to review pull requests. This guide will help you understand the process of reviewing pull requests and how to provide feedback to contributors.
Expand Down Expand Up @@ -132,4 +132,4 @@ In the above image, the dropdown button next to the main button has been clicked
- "Squash and merge": This will squash all the commits from the pull request into a single commit and merge it into the main branch. This is useful if the pull request has multiple commits that you want to combine into a single commit.
- "Rebase and merge": This will rebase the changes from the pull request onto the main branch and merge them. This only works if there's no conflicts. However, this means that there is no merge commit, which can make the history cleaner.

Choose the appropriate option and click the "Confirm merge" button to merge the pull request.
Choose the appropriate option and click the "Confirm merge" button to merge the pull request.

0 comments on commit 6f6ec09

Please sign in to comment.