summaryrefslogtreecommitdiff
path: root/Biz
diff options
context:
space:
mode:
Diffstat (limited to 'Biz')
-rw-r--r--Biz/Dev.md2
1 files changed, 1 insertions, 1 deletions
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