From 5075bf07a15fe90f4c7d1af48aa12705cacdbff0 Mon Sep 17 00:00:00 2001 From: Akanksha Trehun Date: Fri, 10 Jul 2026 17:38:27 +0530 Subject: [PATCH] Fix redundant 'the' in GithubWorkflow.md Signed-off-by: Akanksha Trehun --- GithubWorkflow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GithubWorkflow.md b/GithubWorkflow.md index 5d19a1ae38..a34abeeb36 100644 --- a/GithubWorkflow.md +++ b/GithubWorkflow.md @@ -9,7 +9,7 @@ Table of Contents * [Create a Pull Request](#create-a-pull-request) -The [fluentd](https://github.com/fluent/fluentd.git) code is hosted on Github (https://github.com/fluent/fluentd). The repository is called `upstream`. Contributors will develop and commit their changes in a clone of upstream repository. Then contributors push their change to their forked repository (`origin`) and create a Pull Request (PR), the PR will be merged to `upstream` repository if it meets the all the necessary requirements. +The [fluentd](https://github.com/fluent/fluentd.git) code is hosted on Github (https://github.com/fluent/fluentd). The repository is called `upstream`. Contributors will develop and commit their changes in a clone of upstream repository. Then contributors push their change to their forked repository (`origin`) and create a Pull Request (PR), the PR will be merged to `upstream` repository if it meets all the necessary requirements. ## Fork a repository