From 37c4e68aacded543d537cf769492f0477d63cc02 Mon Sep 17 00:00:00 2001 From: Ephraim Atta-Duncan Date: Fri, 2 Jun 2023 20:01:10 +0000 Subject: [PATCH] Fix typo in contributing.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 46768040d..5aeb61c1b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,7 +17,7 @@ The development branch is main. All pull request should be made aga [clone](https://help.github.com/articles/cloning-a-repository/) it to your local device. 2. Create a new branch: -- Create a new branch (include the issue id and somthing readable): +- Create a new branch (include the issue id and something readable): ```sh git checkout -b doc-999-my-feature-or-fix