aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/typed-contracts/src/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/typed-contracts/src/index.ts b/packages/typed-contracts/src/index.ts
index f647343f8..bbb527574 100644
--- a/packages/typed-contracts/src/index.ts
+++ b/packages/typed-contracts/src/index.ts
@@ -76,7 +76,7 @@ for (const abiFileName of abiFileNames) {
input.name = 'index';
}
});
- // This will make temlates simpler
+ // This will make templates simpler
(methodAbi.outputs as any).singleReturnValue = methodAbi.outputs.length === 1;
});
const templateData = {