We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dd1e8e commit cefab4aCopy full SHA for cefab4a
1 file changed
commands/local/update-docs.js
@@ -58,7 +58,7 @@ function updateTransformREADME(transformName) {
58
fs.readFileSync(inputPath),
59
'```',
60
'',
61
- `**Output** (<small>[${testName}.input${extension}](${outputPath})</small>):`,
+ `**Output** (<small>[${testName}.output${extension}](${outputPath})</small>):`,
62
'```' + extension.slice(1),
63
fs.readFileSync(outputPath),
64
'```'
0 commit comments