From a217cd05c9b83aea5afc9c2914fde88b3ff5cf0c Mon Sep 17 00:00:00 2001 From: Daniel Kronovet Date: Sun, 3 Jun 2018 15:36:54 +0300 Subject: Fix typo --- docs/contracts.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contracts.rst b/docs/contracts.rst index a083b9e9..fde5d642 100644 --- a/docs/contracts.rst +++ b/docs/contracts.rst @@ -774,7 +774,7 @@ The use in the JavaScript API would be as follows: // watch for changes event.watch(function(error, result){ // result will contain various information - // including the argumets given to the `Deposit` + // including the arguments given to the `Deposit` // call. if (!error) console.log(result); -- cgit v1.2.3