Skip to content

Commit 0111999

Browse files
committed
Merge branch 'develop' of github.com:ethereum/web3.js into develop
2 parents 781ecf0 + 2fba1d2 commit 0111999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/web3/contract.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ var ContractFactory = function (eth, abi) {
210210

211211
if (callback) {
212212

213-
// wait for the contract address adn check if the code was deployed
213+
// wait for the contract address and check if the code was deployed
214214
this.eth.sendTransaction(options, function (err, hash) {
215215
if (err) {
216216
callback(err);

0 commit comments

Comments
 (0)