We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70c6056 commit a9f13f3Copy full SHA for a9f13f3
src/cli/commands/index/prompts.ts
@@ -31,7 +31,7 @@ export const createCodeQuestions = (
31
return `
32
You are acting as a ${contentType} documentation expert for a project called ${projectName}.
33
Below is the ${contentType} from a file located at \`${filePath}\`.
34
- What are 3 questions that a ${targetAudience} might have about this code?
+ What are 3 questions that a ${targetAudience} might have about this ${contentType}?
35
Answer each question in 1-2 sentences. Output should be in markdown format.
36
37
${contentType}:
0 commit comments