We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1313c8c commit f499302Copy full SHA for f499302
tools/doc/checkLinks.js
@@ -65,7 +65,7 @@ function checkFile(path) {
65
console.error((process.env.GITHUB_ACTIONS ?
66
`::error file=${path},line=${line},col=${column}::` : '') +
67
`Unordered reference at ${path}:${line}:${column} (` +
68
- `"${node.label}" should be before "${previousDefinitionLabel})"`
+ `"${node.label}" should be before "${previousDefinitionLabel}")`
69
);
70
process.exitCode = 1;
71
}
0 commit comments