summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2021-02-19 20:00:23 -0500
committerBen Sima <ben@bsima.me>2021-02-19 20:00:23 -0500
commit07859e3aaccedf8de2faed114f920a094ef67332 (patch)
tree8c5de87dc29106b6b711ce89ae1081bcc6b23d3b
parentf1cc339de587ac7897b09d75c0eb79569ea54602 (diff)
Fix typo
-rw-r--r--Biz/Devalloc.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Biz/Devalloc.hs b/Biz/Devalloc.hs
index 278ca12..4b3bf3b 100644
--- a/Biz/Devalloc.hs
+++ b/Biz/Devalloc.hs
@@ -890,7 +890,7 @@ instance Lucid.ToHtml Home where
h2 "Find developer hot spots"
p
"Which pieces of code get continually rewritten, taking up valuable dev time? \
- \ Find these module hot spots before they becoming a cost-sink."
+ \ Find these module hot spots before they become a costly time-sink."
section <| do
h2 "Protect against lost knowledge"
p "Not everyone can know every part of a codebase. By finding pieces of code that only 1 or 2 people have touched, devalloc identifes siloed knowledge. This allows you to protect against the risk of this knowledge leaving the company if an employee leaves."