From e89d6350459343bd213f5525b9993194ce7e8edb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jo=C3=A3o=20V=C3=ADtor?= <joaovmferreira@gmail.com>
Date: Sun, 3 Jun 2018 13:20:49 -0300
Subject: [PATCH] fix a word

---
 docs/solidity-by-example.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/solidity-by-example.rst b/docs/solidity-by-example.rst
index cc2bdd734..e87dea97d 100644
--- a/docs/solidity-by-example.rst
+++ b/docs/solidity-by-example.rst
@@ -970,7 +970,7 @@ If everything checks out, the recipient is sent their portion of the ether,
 and the sender is sent the rest via a *selfdestruct*.
 You can see the *close* function in the full contract.
 
-Channel Expriration
+Channel Expiration
 -------------------
 
 The recipient can close the payment channel at any time, but if they fail to do so,