From b0be3555292f705fb46ee93129f5e005458193f9 Mon Sep 17 00:00:00 2001 From: Nic McPhee Date: Thu, 11 Jan 2024 16:27:29 -0600 Subject: [PATCH] Fix a typo --- PART_2_JAVA_INTRODUCTIONS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PART_2_JAVA_INTRODUCTIONS.md b/PART_2_JAVA_INTRODUCTIONS.md index ca26e6f..9f7aef4 100644 --- a/PART_2_JAVA_INTRODUCTIONS.md +++ b/PART_2_JAVA_INTRODUCTIONS.md @@ -650,7 +650,7 @@ be visible in `main` – your work is officially part of the project! You'll be given the option to "Delete branch", which will delete your work branch. Since the changes on that branch are now all merged into `main` it should be safe to delete that branch, but you can leave it there if you prefer and -remove it some "branch housekeeping" session you run later. +remove it in some "branch housekeeping" session you run later. ## Huzzah! We're done! :-)