From e11a0f03ddc41856410ee4cb224396e410db9015 Mon Sep 17 00:00:00 2001 From: Martin Grubinger Date: Fri, 26 Jul 2019 08:24:45 +0200 Subject: [PATCH] fixes a typo in "Git from the inside out" (was: "Git form the inside out") --- store.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/store.json b/store.json index c7d1f51..00cbd1f 100644 --- a/store.json +++ b/store.json @@ -986,7 +986,7 @@ "url": "https://www.atlassian.com/git/tutorials" }, { - "title": "Git form the inside out", + "title": "Git from the inside out", "desc": "This essay explains how Git works. It assumes you understand Git well enough to use it to version control your projects.", "url": "https://codewords.recurse.com/issues/two/git-from-the-inside-out" },