We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3dd1e8e + cefab4a commit a7ba798Copy full SHA for a7ba798
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