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: