From ab2e1c415d1c59473ea5f842721def54da94815f Mon Sep 17 00:00:00 2001 From: Andrew Owen <60940495+aowen-uwmad@users.noreply.github.com> Date: Fri, 3 Jan 2025 14:53:58 -0600 Subject: [PATCH] Fix English grammar issue in interactiveRebase.js --- src/levels/rampup/interactiveRebase.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/levels/rampup/interactiveRebase.js b/src/levels/rampup/interactiveRebase.js index f71bb197d..8f79b9313 100644 --- a/src/levels/rampup/interactiveRebase.js +++ b/src/levels/rampup/interactiveRebase.js @@ -71,7 +71,7 @@ exports.level = { "type": "ModalAlert", "options": { "markdowns": [ - "All interactive rebase means Git is using the `rebase` command with the `-i` option.", + "All interactive rebase means is that Git is using the `rebase` command with the `-i` option.", "", "If you include this option, git will open up a UI to show you which commits are about to be copied below the target of the rebase. It also shows their commit hashes and messages, which is great for getting a bearing on what's what.", "",