Merge pull request #119 from kmomberg/fix-revert-card-desc

Fix typo in revert description card
This commit is contained in:
blinry 2022-07-19 14:45:46 +02:00 committed by GitHub
commit 727a32d72f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -107,7 +107,7 @@
{ {
"id": "revert", "id": "revert",
"command": "git revert [commit]", "command": "git revert [commit]",
"description": "Make a new commit that reverts the changes of the speicified commit." "description": "Make a new commit that reverts the changes of the specified commit."
}, },
{ {
"id": "bisect-start", "id": "bisect-start",