Skip to content

Commit

Permalink
fix: rephrase comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorge007 committed Aug 24, 2019
1 parent 4b9a789 commit e11c1c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/init/index.ts
Expand Up @@ -12,7 +12,7 @@ const AUTO_PREFIX = "--auto";
* @param {String[]} args - array of arguments such as
* packages included when running the init command
* @returns {Function} creator/npmPackagesExists - returns an installation of the package,
* followed up with a yeoman instance of that if there's packages. If not, it creates a defaultGenerator
* followed up with a yeoman instance if there are packages. If not, it creates a defaultGenerator
*/

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

0 comments on commit e11c1c8

Please sign in to comment.