diff --git a/src/commands/setup.ts b/src/commands/setup.ts index 799f497..20cd1a2 100644 --- a/src/commands/setup.ts +++ b/src/commands/setup.ts @@ -343,7 +343,7 @@ export const execute = async ( } await createProjectIfNotExist(coreAPI, rc); await logStatusSpinner( - "Creating vaiable group", + "Creating variable group", "Variable group created", setupVariableGroup(rc) );