diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index b44ae89..5f5ace6 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -1,7 +1,7 @@ # How to contribute 1. Fork the project -2. Create your feature branch (`git checkout -b feaure/my-amazing-feature`) +2. Create your feature branch (`git checkout -b feature/my-amazing-feature`) 3. Commit your changes (`git commit -m 'feature: added amazing feature'`) 4. Push to the branch (`git push origin feature/my-amazing-feature`) 5. Open a Pull Request