Skip to content

Commit

Permalink
remove stray period from help text
Browse files Browse the repository at this point in the history
  • Loading branch information
dbjorge committed Nov 19, 2024
1 parent 379edb8 commit 04ff14d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/rules/td-headers-attr.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"actIds": ["a25f45"],
"metadata": {
"description": "Ensure that each cell in a table that uses the headers attribute refers only to other <th> elements in that table",
"help": "Table cell headers attributes must refer to other <th> elements in the same table."
"help": "Table cell headers attributes must refer to other <th> elements in the same table"
},
"all": ["td-headers-attr"],
"any": [],
Expand Down
2 changes: 1 addition & 1 deletion locales/_template.json
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@
},
"td-headers-attr": {
"description": "Ensure that each cell in a table that uses the headers attribute refers only to other <th> elements in that table",
"help": "Table cell headers attributes must refer to other <th> elements in the same table."
"help": "Table cell headers attributes must refer to other <th> elements in the same table"
},
"th-has-data-cells": {
"description": "Ensure that <th> elements and elements with role=columnheader/rowheader have data cells they describe",
Expand Down
2 changes: 1 addition & 1 deletion locales/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@
},
"td-headers-attr": {
"description": "Убедитесь, что каждая ячейка в таблице, использующая атрибут headers, ссылается только на другие элементы <th> в этой таблице",
"help": "Атрибуты headers ячеек таблицы должны ссылаться на другие элементы <th> в той же таблице."
"help": "Атрибуты headers ячеек таблицы должны ссылаться на другие элементы <th> в той же таблице"
},
"th-has-data-cells": {
"description": "Убедитесь, что элементы <th> и элементы с ролью columnheader/rowheader имеют ячейки данных, которые они описывают",
Expand Down

0 comments on commit 04ff14d

Please sign in to comment.