From d8c08e2754cac60d68dbfab3f7daec07e21fbdf9 Mon Sep 17 00:00:00 2001 From: fkmy Date: Wed, 2 Oct 2024 08:50:44 +0900 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 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.