From 68f2f66ed697ffeff80c29a2218473404f07cfcd Mon Sep 17 00:00:00 2001 From: Kostiantyn Plakhotia Date: Tue, 3 Mar 2020 13:43:54 +0200 Subject: [PATCH] - doc: fixed typo (#744) --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 47c1d831..1a38ae82 100755 --- a/src/index.ts +++ b/src/index.ts @@ -149,7 +149,7 @@ commander .command('push') .description('Update the remote project') .option('-f, --force', 'Forcibly overwrites the remote manifest.') - .option('-w, --watch', 'Watches for local file changes. Pushes when a non-ignored file changs.') + .option('-w, --watch', 'Watches for local file changes. Pushes when a non-ignored file changes.') .action(handleError(push)); /**