From 5535409bdf4dce931d26629c6acdcbf07dce81d2 Mon Sep 17 00:00:00 2001 From: Greg Wilson Date: Wed, 4 May 2016 06:23:30 -0400 Subject: [PATCH] Fixing typo in section heading --- _episodes/01-tooling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_episodes/01-tooling.md b/_episodes/01-tooling.md index c587970..2dd463b 100644 --- a/_episodes/01-tooling.md +++ b/_episodes/01-tooling.md @@ -18,7 +18,7 @@ keypoints: This episode describes tools we use to manage lessons, which simplify many tasks but make other things more complicated. -## Repositores on GitHub +## Repositories on GitHub All of our lessons are stored in Git repositories on GitHub. Git uses the term *clone* to mean "a copy of a repository", -- GitLab