mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-03-31 18:02:20 +02: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…
Add table
Reference in a new issue