Merge pull request #1216 from aowen-uwmad/patch-1

Small fix: English grammar issue in interactiveRebase.js
This commit is contained in:
Peter Cottle 2025-01-05 08:47:19 -05:00 committed by GitHub
commit 752c781810
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.",
"",