Skip to content

Commit 5983964

Browse files
committed
Add missing fullstop to rule description
1 parent 1dbeb7c commit 5983964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rules/label-has-associated-control.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const validateId = (node) => {
4444
export default ({
4545
meta: {
4646
docs: {
47-
description: 'Enforce that a `label` tag has a text label and an associated control',
47+
description: 'Enforce that a `label` tag has a text label and an associated control.',
4848
url: 'https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/docs/rules/label-has-associated-control.md',
4949
},
5050
schema: [schema],

0 commit comments

Comments
 (0)