mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-04-03 10:58:48 +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",
|
"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
Reference in a new issue