We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 822eb2f commit 84bd00cCopy full SHA for 84bd00c
README.md
@@ -36,7 +36,7 @@ To call a function in the contract you can use the `callContractFunction` functi
36
call(account, gas, contractInstance.function, input)
37
```
38
39
-To watch the watch an event you can use the watcher function.
+To watch an event you can use the watcher function.
40
41
```javascript
42
contractInstance.eventName(watcher);
0 commit comments