Skip to content

Commit

Permalink
feat(lint/noLabelWithoutControl): add missing period
Browse files Browse the repository at this point in the history
  • Loading branch information
michellocana committed May 28, 2024
1 parent 1f774a2 commit 7d6cf51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use serde::{Deserialize, Serialize};
declare_rule! {
/// Enforce that a label element or component has a text label and an associated input.
///
/// An "input" is considered one of the following elements: `input`, `meter`, `output`, `progress`, `select` or `textarea`
/// An "input" is considered one of the following elements: `input`, `meter`, `output`, `progress`, `select` or `textarea`.
///
/// There are two supported ways to associate a label with an input:
/// - Wrapping an input in a label element.
Expand Down

0 comments on commit 7d6cf51

Please sign in to comment.