Skip to content

Commit f8c3227

Browse files
committed
Fix lint error
1 parent 78cf600 commit f8c3227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Usage:
9292
type: 'boolean'
9393
})
9494
.option('poll', {
95-
desc: 'Use polling for file watching. Can optionally pass polling interval; default 100 ms',
95+
desc: 'Use polling for file watching. Can optionally pass polling interval; default 100 ms'
9696
})
9797
.option('x', {
9898
alias: 'ext',

0 commit comments

Comments
 (0)