From 12fbd8aea0c1728b05912184046893e60fdb69f4 Mon Sep 17 00:00:00 2001 From: Saurabh Date: Mon, 24 Jul 2017 12:46:18 +0530 Subject: [PATCH] [fix] typo fix --- bench/docs/branch_details.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/docs/branch_details.md b/bench/docs/branch_details.md index 46e920e6..413d939a 100644 --- a/bench/docs/branch_details.md +++ b/bench/docs/branch_details.md @@ -5,7 +5,7 @@ - `staging` Branch: This branch serves as a release candidate. Before a week, release team will pull the feature from develop branch to staging branch. EG: if the feature is in 25 July's milestone then it should go in staging on 19th July. - `master` Branch: Community release. - - `hotFix` Branch: mainly define for support issues. This will include bugs or any high priority task like security patches. + - `hotfix` Branch: mainly define for support issues. This will include bugs or any high priority task like security patches. #### Where to send PR? - If you are working on a new feature, then PR should point to develop branch