diff --git a/Text/LaTeX/Guide/Auto.hs b/Text/LaTeX/Guide/Auto.hs
--- a/Text/LaTeX/Guide/Auto.hs
+++ b/Text/LaTeX/Guide/Auto.hs
@@ -7,4 +7,4 @@
 
 -- | The version of the guide. Based on the version of the package.
 guideVersion :: Version
-guideVersion = Version [1,3,1,5] []
+guideVersion = Version [1,3,1,6] []
diff --git a/hatex-guide.cabal b/hatex-guide.cabal
--- a/hatex-guide.cabal
+++ b/hatex-guide.cabal
@@ -1,5 +1,5 @@
 Name: hatex-guide
-Version: 1.3.1.5
+Version: 1.3.1.6
 Author: Daniel Díaz
 Build-type: Custom
 Category: LaTeX
@@ -36,7 +36,7 @@
                , text >= 0.11 && < 2
                , filepath >= 1.1.0.0
                , parsec >= 3.1.2 && < 3.2
-               , directory >= 1.2.0.0 && < 1.3
+               , directory >= 1.2.0.0 && < 1.4
                , blaze-html >= 0.5.1.0
                , transformers >= 0.3.0.0
                , time >= 1.2.0.2
diff --git a/src/basics.htxg b/src/basics.htxg
--- a/src/basics.htxg
+++ b/src/basics.htxg
@@ -84,7 +84,7 @@
 Once you have your final block ready, you will be able to create the \latex code that corresponds to it
 (we will see how later). Note that there is \latex code for every block, but not every piece of \latex
 has a block, because a malformed (in the sense of the negation of our well-formed concept) code
-doe *not* have a corresponding block.
+does *not* have a corresponding block.
 This fact has a practical consequence: *we cannot create malformed \latex code* using \hatex. /And that's a good thing!/
 
 ###From strings###
