mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-03 19:04:40 +01:00
Merge pull request #119 from kmomberg/fix-revert-card-desc
Fix typo in revert description card
This commit is contained in:
commit
727a32d72f
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue