We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b9a789 commit e11c1c8Copy full SHA for e11c1c8
packages/init/index.ts
@@ -12,7 +12,7 @@ const AUTO_PREFIX = "--auto";
12
* @param {String[]} args - array of arguments such as
13
* packages included when running the init command
14
* @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
+ * followed up with a yeoman instance if there are packages. If not, it creates a defaultGenerator
16
*/
17
18
export default function initializeInquirer(...args: string[]): Function | void {
0 commit comments