Skip to content

Commit c62d365

Browse files
committed
Doc fix
1 parent dd4e747 commit c62d365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/util/ruleFactory.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export type LabeledControlConfig = {
2727
messageId: string;
2828
/** A short description of the rule. */
2929
description: string;
30-
/** Properties that are required to have string values. @example ["alt"] */
30+
/** Properties that are required to have a non-`null` and non-`undefined` value. @example ["alt"] */
3131
requiredProps?: string[];
3232
/** Properties that are required to be defined and not empty. @example ["aria-label", "title", "label"] */
3333
requiredNonEmptyProps?: string[];

0 commit comments

Comments
 (0)