aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/deployer/src/cli.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/deployer/src/cli.ts b/packages/deployer/src/cli.ts
index 5df9f9963..87a8a6c65 100644
--- a/packages/deployer/src/cli.ts
+++ b/packages/deployer/src/cli.ts
@@ -76,7 +76,7 @@ function deployCommandBuilder(yargsInstance: any) {
})
.option('contract', {
type: 'string',
- description: 'name of contract to deploy, exluding .sol extension',
+ description: 'name of contract to deploy, excluding .sol extension',
})
.option('args', {
type: 'string',