Skip to content

Commit e11c1c8

Browse files
fix: rephrase comment
1 parent 4b9a789 commit e11c1c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/init/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const AUTO_PREFIX = "--auto";
1212
* @param {String[]} args - array of arguments such as
1313
* packages included when running the init command
1414
* @returns {Function} creator/npmPackagesExists - returns an installation of the package,
15-
* followed up with a yeoman instance of that if there's packages. If not, it creates a defaultGenerator
15+
* followed up with a yeoman instance if there are packages. If not, it creates a defaultGenerator
1616
*/
1717

1818
export default function initializeInquirer(...args: string[]): Function | void {

0 commit comments

Comments
 (0)