Skip to content

Commit

Permalink
- doc: fixed typo (google#744)
Browse files Browse the repository at this point in the history
  • Loading branch information
kospl authored Mar 3, 2020
1 parent a204a44 commit 68f2f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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));

/**
Expand Down

0 comments on commit 68f2f66

Please sign in to comment.