From a97e800a80ff8220346d63833f76d5f43dd49885 Mon Sep 17 00:00:00 2001
From: MouseOfLight <MouseOfLight@gmail.com>
Date: Tue, 15 Oct 2019 21:32:44 -0700
Subject: [PATCH] Fixed typo dev->div

---
 src/Corporation/manageCorporation.tw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Corporation/manageCorporation.tw b/src/Corporation/manageCorporation.tw
index b1732eb71e3..58bbec9549d 100644
--- a/src/Corporation/manageCorporation.tw
+++ b/src/Corporation/manageCorporation.tw
@@ -242,7 +242,7 @@
 
 <<if App.Corporate.canExpand>> /*is the corporation large enough to expand into another division?*/
 <h1>Found New Division</h1>
-<dev>The corporation can expand by founding a new division related to its current <<= onlyPlural(App.Corporate.divisionList.filter(div=>div.founded).length, "division") >>.</dev>
+<div>The corporation can expand by founding a new division related to its current <<= onlyPlural(App.Corporate.divisionList.filter(div=>div.founded).length, "division") >>.</div>
     <<for _div range App.Corporate.divisionList.filter(x=>!x.founded && x.relatedDivisions.anyFounded)>>
         <<set _depCost = _div.foundingCost * 1000>>
         <div>
-- 
GitLab