From 52888ed4b4a2e70b6c28d75318f674685ee45cbb Mon Sep 17 00:00:00 2001 From: Brendan Lentz <66037960+blentz100@users.noreply.github.com> Date: Thu, 31 Mar 2022 07:56:00 -0700 Subject: [PATCH] fixed typo in how-to-pull-request doc --- notes/how-to-pull-request-fork-github.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes/how-to-pull-request-fork-github.mdx b/notes/how-to-pull-request-fork-github.mdx index 104d9a99..a3322769 100644 --- a/notes/how-to-pull-request-fork-github.mdx +++ b/notes/how-to-pull-request-fork-github.mdx @@ -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.