docs: fixed typo (#2760).

This commit is contained in:
Richard Moore 2022-03-04 16:17:26 -05:00
parent ae23bb76a9
commit cf47ec5fd5

@ -304,7 +304,7 @@ filterFrom = daiContract.filters.Transfer(myAddress, null);
filterTo = daiContract.filters.Transfer(null, myAddress);
//_log: filterTo
// List all transfers sent from me a specific block range
// List all transfers sent from me in a specific block range
//_result:
await daiContract.queryFilter(filterFrom, 9843470, 9843480)
//_log: