Skip to content

Commit

Permalink
refactor: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sinedied committed May 2, 2022
1 parent 615562e commit 9cac341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/commands/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export async function init(options: SWACLIConfig, showHints: boolean = true) {
const response = await promptOrUseDefault(disablePrompts, {
type: "select",
name: "api",
message: "Which app folder do you want to use?",
message: "Which api folder do you want to use?",
choices: detectedFolders.api.map((folder) => ({ title: folder.rootPath, value: folder })),
initial: 0
});
Expand Down

0 comments on commit 9cac341

Please sign in to comment.