Skip to content

Commit c799f1e

Browse files
committed
Doc fix
1 parent ea3da3f commit c799f1e

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
@@ -26,7 +26,7 @@ export type LabeledControlConfig = {
2626
messageId: string;
2727
/** A short description of the rule. */
2828
description: string;
29-
/** Properties that are required to have string values. @example ["alt"] */
29+
/** Properties that are required to have a non-`null` and non-`undefined` value. @example ["alt"] */
3030
requiredProps?: string[];
3131
/** Properties that are required to be defined and not empty. @example ["aria-label", "title", "label"] */
3232
requiredNonEmptyProps?: string[];

0 commit comments

Comments
 (0)