diff --git a/_episodes/02-getting-started.md b/_episodes/02-getting-started.md index 313d11d2..29d8efe8 100644 --- a/_episodes/02-getting-started.md +++ b/_episodes/02-getting-started.md @@ -20,7 +20,7 @@ keypoints: One of the main barriers to getting started with git is the language. Although some of the language used in git is fairly self-explanatory, other terms are not so clear. The best way to get to learn the language - which consists of a -number of verbs such as `add`, `commit` and `push` (precdeded by the word 'git') - is by using it, which is what we will be doing during this +number of verbs such as `add`, `commit` and `push` (preceded by the word 'git') - is by using it, which is what we will be doing during this lesson. These commands will be explained as we proceed from setting up a new version-controlled project to publishing our own website.