From c8ea26ecbb1cc4bf22a578660193e669e406197c Mon Sep 17 00:00:00 2001 From: Kurt Date: Fri, 14 May 2021 22:58:01 -0400 Subject: [PATCH] Fix typo in revert description card --- resources/cards.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/cards.json b/resources/cards.json index 79b51ca..631a7e5 100644 --- a/resources/cards.json +++ b/resources/cards.json @@ -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",