Skip to content

Commit ab2e1c4

Browse files
authored
Fix English grammar issue in interactiveRebase.js
1 parent 7af6cf8 commit ab2e1c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/levels/rampup/interactiveRebase.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ exports.level = {
7171
"type": "ModalAlert",
7272
"options": {
7373
"markdowns": [
74-
"All interactive rebase means Git is using the `rebase` command with the `-i` option.",
74+
"All interactive rebase means is that Git is using the `rebase` command with the `-i` option.",
7575
"",
7676
"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.",
7777
"",

0 commit comments

Comments
 (0)