diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@
 
 I am sure a lot of ink has been spilled in forums and around water coolers all around the world, 
 debating the merits and fallacies of one approach or the other. The reason for this package is not
-to participate in this discussion but rather to provide a simple nonsense means of signaling a 
+to participate in this discussion but rather to provide a simple no nonsense means of signaling a 
 computation "failure" in those monads that provide the inherent means to do so, and to do it in a
 consistent manner
 
diff --git a/failable.cabal b/failable.cabal
--- a/failable.cabal
+++ b/failable.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 017ba691ee87716cab21fcf1f65adf24ca7da1417e8abac7aaf260871f21716d
+-- hash: bf2c314c1ef35bb95db8c0f1d14aa05f8b2da20a6e76dace01662f21847ee451
 
 name:           failable
-version:        0.1.0.2
+version:        0.1.0.3
 synopsis:       A 'Failable' error monad class to unify failure across monads that can fail
 description:    Please see the README on Gitlab at <https://gitlab.com/codemonkeylabs/failable#readme>
 category:       control, exceptions, monad
diff --git a/src/Control/Monad/Failable.hs b/src/Control/Monad/Failable.hs
--- a/src/Control/Monad/Failable.hs
+++ b/src/Control/Monad/Failable.hs
@@ -15,7 +15,7 @@
 -- |
 -- I am sure a lot of ink has been spilled in forums and around water coolers all around the
 -- world, debating the merits and fallacies of one approach or the other. The reason for this
--- package is not to participate in this discussion but rather to provide a simple nonsense
+-- package is not to participate in this discussion but rather to provide a simple no nonsense
 -- means of signaling a computation "failure" in those monads that provide the inherent means
 -- to do so, and to do it in a consistent manner.
 --
