From e3ece99469ad8cf97ae4f3b6067a40ee023d778a Mon Sep 17 00:00:00 2001 From: Greg Curl Date: Tue, 16 Feb 2021 12:34:35 -0500 Subject: [PATCH] fix spelling in **check status ** step --- 1-getting-started-lessons/2-github-basics/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-getting-started-lessons/2-github-basics/README.md b/1-getting-started-lessons/2-github-basics/README.md index 5eb022cf..8a5e480a 100644 --- a/1-getting-started-lessons/2-github-basics/README.md +++ b/1-getting-started-lessons/2-github-basics/README.md @@ -63,7 +63,7 @@ Let's say you have a folder locally with some code project and you want to start git init ``` -1. **Check status**. To check the status if your repository type: +1. **Check status**. To check the status of your repository type: ```bash git status