Skip to content

Commit

Permalink
fix typo (#1244)
Browse files Browse the repository at this point in the history
  • Loading branch information
7flash authored and frozeman committed Jan 11, 2018
1 parent 013b23e commit 2fba1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/web3/contract.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ var ContractFactory = function (eth, abi) {

if (callback) {

// wait for the contract address adn check if the code was deployed
// wait for the contract address and check if the code was deployed
this.eth.sendTransaction(options, function (err, hash) {
if (err) {
callback(err);
Expand Down

0 comments on commit 2fba1d2

Please sign in to comment.