Merge branch 'git-learning-game:main' into i18n

This commit is contained in:
Luca Canali 2022-08-21 09:03:58 +02:00 committed by GitHub
commit 6a4d98a518
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions
resources

View file

@ -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",