mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-04-27 16:53:40 +02: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…
Add table
Add a link
Reference in a new issue