From 26f79aaf19f39725e81461ee06b79cb00a6d14db Mon Sep 17 00:00:00 2001 From: Petri Partio Date: Wed, 6 Apr 2022 14:35:28 +0300 Subject: [PATCH] refactor(CLI): Fix typos in `create` CLI messages (#10933) --- lib/plugins/create/create.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/plugins/create/create.js b/lib/plugins/create/create.js index 846dd7967..e540a0fcb 100644 --- a/lib/plugins/create/create.js +++ b/lib/plugins/create/create.js @@ -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 = [