diff --git a/02-git/01-git-fork-vs-git clone.md b/02-git/01-git-fork-vs-git clone.md index 7341abdf..f43ea82b 100644 --- a/02-git/01-git-fork-vs-git clone.md +++ b/02-git/01-git-fork-vs-git clone.md @@ -23,6 +23,6 @@ Here’s how you’d typically use both: git clone https://github.com/your-username/the-repo.git ``` -> So: **Fork = GitHub-level action**, **Clone = Local machine-level action**. +> So: **Fork = GitHub-level action**,, **Clone = Local machine-level action**.