Fix English grammar issue in interactiveRebase.js

This commit is contained in:
Andrew Owen 2025-01-03 14:53:58 -06:00 committed by GitHub
parent 7af6cf8b6c
commit ab2e1c415d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.",
"",