From ee937ea7b3c6c1860506932157c955da62f8483a Mon Sep 17 00:00:00 2001 From: Mathias Baumann Date: Mon, 17 Jun 2019 13:14:00 +0200 Subject: [PATCH] Fix typo to make CI happy --- docs/introduction-to-smart-contracts.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/introduction-to-smart-contracts.rst b/docs/introduction-to-smart-contracts.rst index 11aecf04a..3e744803c 100644 --- a/docs/introduction-to-smart-contracts.rst +++ b/docs/introduction-to-smart-contracts.rst @@ -164,7 +164,7 @@ transactions. To listen for this event, you could use the following JavaScript code, which uses `web3.js `_ to create the ``Coin`` contract object, -and any user interface calls the automatically generated ``balances`` function from aboves:: +and any user interface calls the automatically generated ``balances`` function from above:: Coin.Sent().watch({}, '', function(error, result) { if (!error) {