Skip to content

Commit f46ecb6

Browse files
author
Robert Jackson
committed
Fix small typo in update-docs.
1 parent 80ea4d5 commit f46ecb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

commands/local/update-docs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function updateTransformREADME(transformName) {
5151
toc.push(`* [${testName}](#${testName})`);
5252
details.push(
5353
'---',
54-
`<a id="${testName}">**${testName}}**</a>`,
54+
`<a id="${testName}">**${testName}**</a>`,
5555
'',
5656
`**Input** (<small>[${testName}.input${extension}](${inputPath})</small>):`,
5757
'```' + extension.slice(1),

0 commit comments

Comments
 (0)