1
0
Fork 1
mirror of https://github.com/zen-browser/desktop.git synced 2025-07-08 01:19:59 +02:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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