Fix typo in revert description card

This commit is contained in:
Kurt 2021-05-14 22:58:01 -04:00 committed by GitHub
parent 929c634cc4
commit c8ea26ecbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -107,7 +107,7 @@
{
"id": "revert",
"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",