We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80ea4d5 commit f46ecb6Copy full SHA for f46ecb6
1 file changed
commands/local/update-docs.js
@@ -51,7 +51,7 @@ function updateTransformREADME(transformName) {
51
toc.push(`* [${testName}](#${testName})`);
52
details.push(
53
'---',
54
- `<a id="${testName}">**${testName}}**</a>`,
+ `<a id="${testName}">**${testName}**</a>`,
55
'',
56
`**Input** (<small>[${testName}.input${extension}](${inputPath})</small>):`,
57
'```' + extension.slice(1),
0 commit comments