From 48eeb9b1d62c349fac31df04d22523c497c95b09 Mon Sep 17 00:00:00 2001 From: Chris Araman Date: Sat, 8 May 2021 11:09:05 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=A6=20Fix=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ben Chatelain --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9e937e7..249795c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,7 +17,7 @@ you are exeriencing. ## Making Changes - [Fork the repository](https://github.com/mas-cli/mas#fork-destination-box) on GitHub. -- Cone your fork +- Clone your fork `git clone git@github.com:your-username/mas.git` - Create a topic branch from where you want to base your work. - This is usually the `main` branch.