diff --git a/1-getting-started-lessons/2-github-basics/README.md b/1-getting-started-lessons/2-github-basics/README.md index 2219180e..f57935e2 100644 --- a/1-getting-started-lessons/2-github-basics/README.md +++ b/1-getting-started-lessons/2-github-basics/README.md @@ -248,7 +248,7 @@ Let's go through a contributor workflow. Assume the contributor has already _for git checkout [branch_name] ``` - Alternatively, you can create and switch to branch in one step: + Alternatively, you can create and switch to a branch in one step: ```bash git checkout -b [branch_name] ```