Skip to content

Commit 147769d

Browse files
authored
fix typo
1 parent 203b289 commit 147769d

File tree

1 file changed

+1
-1
lines changed
  • public/content/translations/pt-br/developers/tutorials/calling-a-smart-contract-from-javascript

1 file changed

+1
-1
lines changed

public/content/translations/pt-br/developers/tutorials/calling-a-smart-contract-from-javascript/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ daiToken.methods
123123
.transfer(receiverAddress, "100000000000000000000")
124124
.send({ from: senderAddress }, function (err, res) {
125125
if (err) {
126-
console.log("An error occured", err)
126+
console.log("An error occurred", err)
127127
return
128128
}
129129
console.log("Hash of the transaction: " + res)

0 commit comments

Comments
 (0)