From 2fc1be28c0cb715e3e1e590ff0fee6068d242b06 Mon Sep 17 00:00:00 2001 From: Lee Stott Date: Fri, 3 Oct 2025 14:29:56 +0100 Subject: [PATCH] Update 1-getting-started-lessons/2-github-basics/README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- 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 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] ```