Skip to content

Commit f499302

Browse files
aduh95danielleadams
authored andcommitted
tools: fix typo in error message
PR-URL: #35417 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Zeyu Yang <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent 1313c8c commit f499302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/doc/checkLinks.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ function checkFile(path) {
6565
console.error((process.env.GITHUB_ACTIONS ?
6666
`::error file=${path},line=${line},col=${column}::` : '') +
6767
`Unordered reference at ${path}:${line}:${column} (` +
68-
`"${node.label}" should be before "${previousDefinitionLabel})"`
68+
`"${node.label}" should be before "${previousDefinitionLabel}")`
6969
);
7070
process.exitCode = 1;
7171
}

0 commit comments

Comments
 (0)