From 69c276ef8258bcfadf3556d61313e3fd69c5a1ae Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 13 Apr 2021 10:04:14 -0400 Subject: Fix typo --- Biz/Dev.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Biz/Dev.md') diff --git a/Biz/Dev.md b/Biz/Dev.md index cff9464..0061db3 100644 --- a/Biz/Dev.md +++ b/Biz/Dev.md @@ -41,7 +41,7 @@ solidified and functionality is well-established should some code be promoted up the namespace hierarchy. Start with small namespaces: use `Biz/Thing.hs` before `Biz/Thing/Service.hs`. -Try to keep all related code in one spote for as long as possible. +Try to keep all related code in one spot for as long as possible. Boundaries and interfaces between namespaces should be singular and well-defined. Likewise, the functionality and purpose of a particular -- cgit v1.2.3