Merge pull request #6950 from ethereum/fix-typo-spell-check-uaah

Fix typo to make CI happy
This commit is contained in:
chriseth 2019-06-17 13:29:50 +02:00 committed by GitHub
commit d774e30686
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -164,7 +164,7 @@ transactions.
To listen for this event, you could use the following
JavaScript code, which uses `web3.js <https://github.com/ethereum/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) {