docs: correct typo in 'Work on Codebase' page (#53182)

This commit is contained in:
pramod74 2024-01-15 11:25:25 +05:30 committed by GitHub
parent cd4c36d132
commit cedc365eb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: