Skip to content

Commit a9f13f3

Browse files
remove a hardcoded "code" in prompt
1 parent 70c6056 commit a9f13f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/commands/index/prompts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export const createCodeQuestions = (
3131
return `
3232
You are acting as a ${contentType} documentation expert for a project called ${projectName}.
3333
Below is the ${contentType} from a file located at \`${filePath}\`.
34-
What are 3 questions that a ${targetAudience} might have about this code?
34+
What are 3 questions that a ${targetAudience} might have about this ${contentType}?
3535
Answer each question in 1-2 sentences. Output should be in markdown format.
3636
3737
${contentType}:

0 commit comments

Comments
 (0)