Skip to content

Commit

Permalink
Merge pull request #1216 from aowen-uwmad/patch-1
Browse files Browse the repository at this point in the history
Small fix: English grammar issue in interactiveRebase.js
  • Loading branch information
pcottle authored Jan 5, 2025
2 parents 7af6cf8 + ab2e1c4 commit 752c781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/levels/rampup/interactiveRebase.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
"",
Expand Down

0 comments on commit 752c781

Please sign in to comment.