Fix typo in contributing.md

This commit is contained in:
Ephraim Atta-Duncan
2023-06-02 20:01:10 +00:00
parent 11c1b6841f
commit 37c4e68aac

View File

@ -17,7 +17,7 @@ The development branch is <code>main</code>. All pull request should be made aga
[clone](https://help.github.com/articles/cloning-a-repository/) it to your local device. [clone](https://help.github.com/articles/cloning-a-repository/) it to your local device.
2. Create a new branch: 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 ```sh
git checkout -b doc-999-my-feature-or-fix git checkout -b doc-999-my-feature-or-fix