fix(init): typo

This commit is contained in:
Thomas Vaillant
2020-12-10 15:50:05 +01:00
parent 39b1a7cfd8
commit de0c04c3bc

View File

@@ -386,7 +386,7 @@ export class InitCommand {
if (!fs.existsSync(packageJsonPath)) {
this.console.fatal(`Impossible to find ${chalk.cyan("package.json")}`);
this.console.printlnErr(
"Are you sure to execute the command inside your project root directory?"
"Are you sure to execute the command inside your project's root directory?"
);
this.console.printlnErr(
`Please refer to the ${terminalLink(