From 8fbc5ed6460defd95fb5bab9558336c4b1ef004e Mon Sep 17 00:00:00 2001 From: hwick <33556230+hwick@users.noreply.github.com> Date: Thu, 8 Aug 2024 16:11:00 -0400 Subject: [PATCH] Update 09_branches.md --- lessons/09_branches.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lessons/09_branches.md b/lessons/09_branches.md index 1c4467f..13a9dbf 100644 --- a/lessons/09_branches.md +++ b/lessons/09_branches.md @@ -224,7 +224,7 @@ If you click on the **`Pull request`** button in the upper left, you'll be broug

-Clicking this button will bring you to a similar screen we saw before when initiating a pull from GitHub Dekstop. Go ahead and create the pull request, then confirm the pull request, just as before. Once you have confirmation that it's been synced. You'll see that GitHub Desktop will already have the merge incorporated to main. +Clicking this button will bring you to a similar screen we saw before when initiating a pull from GitHub Dekstop. Go ahead and create the pull request, then confirm the pull request, just as before. Once you have confirmation that it's been synced. You'll see that GitHub Desktop will already have the merge incorporated to `main`. ***