fixed typo in contributing.md

This commit is contained in:
jcari-dev 2023-10-18 18:00:45 -04:00
parent f08871d491
commit 21c49093a5

View File

@ -33,5 +33,5 @@ Please reference [development.md](docs/development.md) for instructions on runni
- Please follow the format of creating branches
- feature/[feature name]: This branch should contain changes for a specific feature
- Example: feature/dark-mode
- bugfix/[bug name]: This branch should container only bug fixes for a specific bug
- bugfix/[bug name]: This branch should contain only bug fixes for a specific bug
- Example bugfix/bug-1