From 34bc80d8b2ddea41eb980d97c9358ce1602de96d Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Thu, 3 Dec 2020 15:07:37 +0100 Subject: [PATCH] Apply suggestions from code review --- scripts/verify-links.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/verify-links.js b/scripts/verify-links.js index ac2941c1fd..75e7a8c1d0 100755 --- a/scripts/verify-links.js +++ b/scripts/verify-links.js @@ -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}`);