diff --git a/apiary.cabal b/apiary.cabal
--- a/apiary.cabal
+++ b/apiary.cabal
@@ -1,5 +1,5 @@
 name:                apiary
-version:             0.12.2
+version:             0.12.3
 synopsis:            Simple and type safe web framework that can be automatically generate API documentation.
 description:
   Simple and type safe web framework that can be automatically generate API documentation.
diff --git a/src/Data/Apiary/Document.hs b/src/Data/Apiary/Document.hs
--- a/src/Data/Apiary/Document.hs
+++ b/src/Data/Apiary/Document.hs
@@ -156,4 +156,4 @@
     doc (Documents n g) = H.div (mconcat $ map pathH n) <> mconcat (map groupH g)
 
     body  = H.div ! A.class_ "container" $
-        H.h1 "API document" <> doc docs
+        H.h1 "API documentation" <> doc docs
