Apply suggestions from code review

This commit is contained in:
Patrik Oldsberg
2020-12-03 15:07:37 +01:00
committed by GitHub
parent c9544afa01
commit 34bc80d8b2
+1 -1
View File
@@ -158,7 +158,7 @@ async function main() {
);
} else if (problem === 'out-of-docs') {
console.error(
'Links in docks must use absolute URLs for targets outside of docs',
'Links in docs must use absolute URLs for targets outside of docs',
);
console.error(` From: ${basePath}`);
console.error(` To: ${url}`);