Skip to content

Commit 5b35b0c

Browse files
committed
fixed docblock
1 parent 3856277 commit 5b35b0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cli.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const cli = module.exports = {};
1616

1717
/**
1818
* @typedef {Object} processOptions
19-
* @property {Boolean} [collectSelectors=false] git dif the triggered files are css files
19+
* @property {Boolean} [collectSelectors=false] if the triggered files are css files
2020
* @property {Boolean} [overwrite=false] overwrite the same file
2121
* @property {String} [cwd=process.cwd()] the current working directory in which to search
2222
* @property {String} [newPath='rcs'] in which folder the new files should go

0 commit comments

Comments
 (0)