Skip to content

Commit

Permalink
Merge pull request #52 from IvanArkhipov1999/fix-typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
gaurav-nelson authored May 20, 2024
2 parents 71b8ebd + 38feffb commit 7b5fe4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ program
if (linkStatusObj.status === "error") {
if (cmd.json) {
results.diagnostics.push({
message: `Connot reach ${linkStatusObj.link}. Status: ${linkStatusObj.status_code}${linkStatusObj.error_message ? ` ${linkStatusObj.error_message}` : ''}`,
message: `Cannot reach ${linkStatusObj.link}. Status: ${linkStatusObj.status_code}${linkStatusObj.error_message ? ` ${linkStatusObj.error_message}` : ''}`,
location: {
path: currentFile,
range: {
Expand Down

0 comments on commit 7b5fe4d

Please sign in to comment.