diff --git a/ChangeLog b/ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2019-05-12  Facundo Domínguez <facundo.dominguez@tweag.io> 0.5.4
+
+* Fix documentation typo (#39).
+
 2019-05-12  Facundo Domínguez <facundo.dominguez@tweag.io> 0.5.3
 
 * Relax upper bound of hashable.
diff --git a/network-transport.cabal b/network-transport.cabal
--- a/network-transport.cabal
+++ b/network-transport.cabal
@@ -1,5 +1,5 @@
 Name:          network-transport
-Version:       0.5.3
+Version:       0.5.4
 Cabal-Version: >=1.6
 Build-Type:    Simple
 License:       BSD3
@@ -23,7 +23,7 @@
                    using the 'EndPointAddress' of the remote end.
                .
                  * The 'EndPointAddress' can be serialised and sent over the
-                   network, where as 'EndPoint's and connections cannot.
+                   network, whereas 'EndPoint's and connections cannot.
                .
                  * Connections between 'EndPoint's are unidirectional and lightweight.
                .
