summaryrefslogtreecommitdiff
path: root/Biz/Dev.md
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2021-04-13 10:04:14 -0400
committerBen Sima <ben@bsima.me>2021-04-13 10:04:14 -0400
commit69c276ef8258bcfadf3556d61313e3fd69c5a1ae (patch)
tree70a54df41041398d8cc7b5e39a4596eb01bd407f /Biz/Dev.md
parentdd0087f6e71db399d789e644bfee0792035184dc (diff)
Fix typo
Diffstat (limited to 'Biz/Dev.md')
-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