diff --git a/esqueleto.cabal b/esqueleto.cabal
--- a/esqueleto.cabal
+++ b/esqueleto.cabal
@@ -1,5 +1,5 @@
 name:                esqueleto
-version:             0.2.2
+version:             0.2.3
 synopsis:            Bare bones, type-safe EDSL for SQL queries on persistent backends.
 homepage:            https://github.com/meteficha/esqueleto
 license:             BSD3
diff --git a/src/Database/Esqueleto.hs b/src/Database/Esqueleto.hs
--- a/src/Database/Esqueleto.hs
+++ b/src/Database/Esqueleto.hs
@@ -266,8 +266,8 @@
 --
 -- /Note carefully that the order of the ON clauses is/
 -- /reversed!/ You're required to write your 'on's in reverse
--- order because that helps composability (see the documention of
--- 'on' for more details).
+-- order because that helps composability (see the documentation
+-- of 'on' for more details).
 --
 -- We also currently supports @UPDATE@ and @DELETE@ statements.
 -- For example:
