mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
refactor(CLI): Fix typos in create CLI messages (#10933)
This commit is contained in:
parent
4b80674fa6
commit
26f79aaf19
@ -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 = [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user