From bc766aaab8c4d1c972f5208bb18d420aec7e9ce6 Mon Sep 17 00:00:00 2001 From: qingzhongli Date: Sun, 30 Aug 2020 18:47:14 +0800 Subject: [PATCH] [Improvement][docs] Fix typo in CONTRIBUTING.md (#3624) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: 李庆忠 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e02ed113c4..f26b06e850 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -56,7 +56,7 @@ If remote branch has a new branch `DEV-1.0`, you need to synchronize this branch ``` git checkout -b dev-1.0 upstream/dev-1.0 -git push --set-upstream origin dev1.0 +git push --set-upstream origin dev-1.0 ``` ## Create your feature branch