1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-26 09:45:22 -04:00

fixed typo in how-to-pull-request doc

This commit is contained in:
Brendan Lentz 2022-03-31 07:56:00 -07:00 committed by Jake Jarvis
parent df37f1a8eb
commit 52888ed4b4

View File

@ -32,7 +32,7 @@ Starting from the very beginning, we'll fork an existing repository to our accou
## 1. Forking the Repository
Assuming you're using GitHub, this step is easy. Just find the repository you're contributing to and press the Fork button in the upper left. This will create an exact copy of the repository (and all of its branches) under your own username.
Assuming you're using GitHub, this step is easy. Just find the repository you're contributing to and press the Fork button in the upper right. This will create an exact copy of the repository (and all of its branches) under your own username.
<Image
src="/public/static/images/notes/how-to-pull-request-fork-github/step1.png"