From 129ae3a737e0ab32be8e25dc2504bcf31a564cef Mon Sep 17 00:00:00 2001 From: Fabio B Date: Mon, 4 Feb 2019 12:56:18 +0100 Subject: Update packages/contracts-gen/src/index.ts Co-Authored-By: LogvinovLeon --- packages/contracts-gen/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/contracts-gen/src/index.ts b/packages/contracts-gen/src/index.ts index 4863ab794..c5f4b01f1 100644 --- a/packages/contracts-gen/src/index.ts +++ b/packages/contracts-gen/src/index.ts @@ -1,6 +1,6 @@ /** * This module is a CLI tool. As soon as you run it - it starts doing stuff. * At the same time - our installation tests assume that you can import package without causing side effects. - * That's why our main entry point it empty. No side effects. But out secondary entry poing - contracts-gen.ts is a CLI tool and starts running as soon as you import/run it. + * That's why our main entry point it empty. No side effects. But our secondary entry point - contracts-gen.ts is a CLI tool and starts running as soon as you import/run it. */ export {}; -- cgit v1.2.3