From 618859788ceb7ad10aa548b58a44379493b0ca30 Mon Sep 17 00:00:00 2001 From: Jupi <73097618+JSGRD22@users.noreply.github.com> Date: Sun, 13 Oct 2024 22:06:33 +0800 Subject: [PATCH] fix very minor spelling mistake in contribute.md (#2071) --- docs/contribute.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/contribute.md b/docs/contribute.md index 99d10c257..110bfc992 100644 --- a/docs/contribute.md +++ b/docs/contribute.md @@ -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 -``` \ No newline at end of file +```