Skip to content

Commit

Permalink
Update configure.js
Browse files Browse the repository at this point in the history
Updating patch as directed in conversation.
  • Loading branch information
mgifford authored Jan 11, 2025
1 parent 4cec373 commit e194c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/configure.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var axeVersion = packageJSON.version.substring(
);

var descriptionTableHeader =
'| Rule ID | Description | Impact | Tags | Issue Type | ACT Rules |\n| :------- | :------- | :------- | :------- | :------- | :------- |\n';
'| Rule ID | Description | Impact | Tags | Issue Type | [ACT Rules](https://www.w3.org/WAI/standards-guidelines/act/rules/) |\n| :------- | :------- | :------- | :------- | :------- | :------- |\n';

// prevent striping newline characters from strings (e.g. failure
// summaries). must be synced with lib/core/imports/index.js
Expand Down

0 comments on commit e194c5e

Please sign in to comment.