diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # shake-dhall
 
+## 0.1.1.1
+
+  * Documentation typos
+
 ## 0.1.1.0
 
   * Add functions `dhallDeps` and `needDhallCli` in `Development.Shake.Dhall`
diff --git a/shake-dhall.cabal b/shake-dhall.cabal
--- a/shake-dhall.cabal
+++ b/shake-dhall.cabal
@@ -1,6 +1,6 @@
 cabal-version:   1.18
 name:            shake-dhall
-version:         0.1.1.0
+version:         0.1.1.1
 license:         BSD3
 license-file:    LICENSE
 copyright:       Copyright: (c) 2020 Vanessa McHale
diff --git a/src/Development/Shake/Dhall.hs b/src/Development/Shake/Dhall.hs
--- a/src/Development/Shake/Dhall.hs
+++ b/src/Development/Shake/Dhall.hs
@@ -15,7 +15,7 @@
 needDhall fps =
     need =<< liftIO (nubOrd . concat . (fps:) <$> traverse getAllFileDeps fps)
 
--- | Same as 'needDhallCli' but shells out to the command-linen executable
+-- | Same as 'needDhall' but shells out to the command-line executable
 --
 -- @since 0.1.1.0
 needDhallCli :: [FilePath] -> Action ()
