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}`);