mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
docs: correct typo in 'Work on Codebase' page (#53182)
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user