Skip to content

Commit 0fac7d7

Browse files
committed
fix: small changes
1 parent a6b5fcb commit 0fac7d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cta-engine/src/create-app.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ function report(environment: Environment, options: Options) {
219219
if (environment.getErrors().length) {
220220
errorStatement = `
221221
222-
Errors were encountered during this process:
222+
Errors were encountered during the creation of your app:
223223
224224
${environment.getErrors().join('\n')}`
225225
}

0 commit comments

Comments
 (0)