From f3184b226872b008158fbe3ad832c14e34dc67bc Mon Sep 17 00:00:00 2001 From: Arun Kumar Mohan Date: Mon, 19 Aug 2019 00:02:10 -0500 Subject: [PATCH] Fix minor typo: CE -> EE --- doc/development/automatic_ce_ee_merge.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/development/automatic_ce_ee_merge.md b/doc/development/automatic_ce_ee_merge.md index 98b8a48abf4..001a92790e1 100644 --- a/doc/development/automatic_ce_ee_merge.md +++ b/doc/development/automatic_ce_ee_merge.md @@ -200,7 +200,7 @@ code. ### Why merge automatically? As we work towards continuous deployments and a single repository for both CE -and EE, we need to first make sure that all CE changes make their way into CE as +and EE, we need to first make sure that all CE changes make their way into EE as fast as possible. Past experiences and data have shown that periodic CE to EE merge requests do not scale, and often take a very long time to complete. For example, [in this