From cedc365eb89e9c217d11ca300505fc886c966bed Mon Sep 17 00:00:00 2001 From: pramod74 <11723826+pramod74@users.noreply.github.com> Date: Mon, 15 Jan 2024 11:25:25 +0530 Subject: [PATCH] docs: correct typo in 'Work on Codebase' page (#53182) --- docs/how-to-contribute-to-the-codebase.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to-contribute-to-the-codebase.md b/docs/how-to-contribute-to-the-codebase.md index f00e0988535..38f9250df91 100644 --- a/docs/how-to-contribute-to-the-codebase.md +++ b/docs/how-to-contribute-to-the-codebase.md @@ -62,7 +62,7 @@ Follow these steps: git diff upstream/main ``` - The resulting output should be empty. This process is important, because you will be rebase your branch on top of the latest `upstream/main` as often as possible to avoid conflicts later. + The resulting output should be empty. This process is important, because you will be rebasing your branch on top of the latest `upstream/main` as often as possible to avoid conflicts later. 3. Create a fresh new branch: