refactor(CLI): Fix typos in create CLI messages (#10933)

This commit is contained in:
Petri Partio 2022-04-06 14:35:28 +03:00 committed by GitHub
parent 4b80674fa6
commit 26f79aaf19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ class Create {
log.notice();
log.notice.success(
`Project sucessfully created in "${this.options.path || './'}" from "${
`Project successfully created in "${this.options.path || './'}" from "${
this.options.template
}" template ${style.aside(
`(${Math.floor(
@ -115,7 +115,7 @@ class Create {
}
log.notice();
log.notice.success(
`Project sucessfully created in "${this.options.path || `./${this.options.name}`}"`
`Project successfully created in "${this.options.path || `./${this.options.name}`}"`
);
} else {
const errorMessage = [