Skip to content

Commit cdb1266

Browse files
Update site/content/docs/05-accessibility-warnings.md
Co-authored-by: Yuichiro Yamashita <[email protected]>
1 parent 7734f31 commit cdb1266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/content/docs/06-accessibility-warnings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ There are two supported ways to associate a label with a control:
141141
<label>A</label>
142142
```
143143

144-
If your label and input are Svelte components, you can configure the rule to be aware of your custom components.
144+
If your label and input are Svelte components, you can configure the rule to be aware of your Svelte components.
145145

146146
```svelte
147147
<CustomInputLabel label="Surname">

0 commit comments

Comments
 (0)