mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-28 21:00:56 +08:00
docs: correct typo in 'Work on Codebase' page (#53182)
This commit is contained in:
parent
cd4c36d132
commit
cedc365eb8
@ -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:
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user