diff options
-rw-r--r-- | Biz/Devalloc.hs | 2 |
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." |