diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d5b8ff26..1cc42cb8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,7 +12,7 @@ Once a GitHub issue is accepted and assigned to you, please follow general workf 1. Fork the target repository under your GitHub username. 2. Create a branch in your forked repository for the changes you are about to make. -3. Commit your changes in the branch you created in step 2. All commits need to be signed-off. Check the [legal](#legal) section bellow for more details. +3. Commit your changes in the branch you created in step 2. All commits need to be signed-off. Check the [legal](#legal) section below for more details. 4. Push your commits to your remote fork. 5. Create a Pull Request from your remote fork pointing to the HEAD branch (usually `main` branch) of the target repository. 6. Check the GitHub build and ensure that all checks are green.