Skip to content

Commit

Permalink
Update scripts/js/commands/checkImages.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Frank Harkins <[email protected]>
  • Loading branch information
arnaucasau and frankharkins authored Dec 5, 2024
1 parent ef390bf commit 92e378d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/js/commands/checkImages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const readArgs = (): Arguments => {
type: "boolean",
default: false,
description:
"Check the images in the current and dev versions of the API docs.",
"Check the images in the current and dev versions of the API docs have alt text.",
})
.parseSync();
};
Expand Down

0 comments on commit 92e378d

Please sign in to comment.