fix very minor spelling mistake in contribute.md (#2071)

This commit is contained in:
Jupi
2024-10-13 22:06:33 +08:00
committed by GitHub
parent 8008633c02
commit 618859788c

View File

@@ -6,7 +6,7 @@ The repository is structured as follows:
```
central (main branch)
|
|--- twiligth (feature branch)
|--- twilight (feature branch)
| |
|-> \-- stable (release branch)
| |
@@ -35,4 +35,4 @@ To merge zen stable branch from the twilight branch, you can use the following c
```bash
sh ./scripts/merge-to-branch.sh stable
```
```