From 98ffccf515b195b8f8a3ab1b734e00b066ba0ebf Mon Sep 17 00:00:00 2001 From: nikopp Date: Sun, 25 Apr 2021 21:30:44 +0200 Subject: [PATCH] Fixed typo in reflog description. --- resources/cards.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/cards.json b/resources/cards.json index a0f6e4a..79b51ca 100644 --- a/resources/cards.json +++ b/resources/cards.json @@ -157,7 +157,7 @@ { "id": "reflog", "command": "git reflog [ref, head]", - "description": "Display a log of there the ref pointed to in the past." + "description": "Display a log of where the ref pointed to in the past." }, { "id": "file-new",