mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-22 16:20:19 +01:00
Fix typo in revert description card
This commit is contained in:
parent
929c634cc4
commit
c8ea26ecbb
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue