Skip to content

Commit

Permalink
Fixing comment grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelomorgado committed Feb 28, 2019
1 parent d538b28 commit e23cb53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tasit-identity-contract/src/GnosisSafeUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default class GnosisSafeUtils {
[to, value, data, operation]
);

// The response will be return via error message
// The response will be returned via error message
const estimateResponse = await provider.call({
to: safeContractAddress,
from: safeContractAddress,
Expand Down

0 comments on commit e23cb53

Please sign in to comment.