From 50a2ec9e64c0285fc1802b5a7e270cd0713e199c Mon Sep 17 00:00:00 2001 From: Ayo Date: Sun, 17 Jun 2018 13:54:48 +0800 Subject: [PATCH] correct typo --- _posts/2018-04-21-git-and-github.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2018-04-21-git-and-github.md b/_posts/2018-04-21-git-and-github.md index c8e9bd5..0417d8e 100644 --- a/_posts/2018-04-21-git-and-github.md +++ b/_posts/2018-04-21-git-and-github.md @@ -31,7 +31,7 @@ This way, the things you learn from your observations can be used not just in th Just beware: you have to know which projects are good for your level of experience because some of them requires more advanced skills before you can contribute or even just understand what is going on. -## What if You Don't want to Join Other Peoples' Projects? +## What if You Don't want to Join Other People's Projects? In case you don't feel like joining others, you can always use Github to host your projects. Then, you can code at your own pace using your own style and preferred technologies.