Skip to content

Commit aa53461

Browse files
Fix typo
1 parent a30ec84 commit aa53461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/posts/2025-10-15-identifying-accessibility-data-gaps-in-codegen-models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Here are some of the patterns I've documented:
6868

6969
Sure, the `placeholder` attribute is there, and in a pinch it will be included in a field’s accessible name calculation, but sighted users will lose the label as soon as they start typing.
7070

71-
**ARIA Attribute Confusion**: The model would routinely involce ARIA for no reason:
71+
**ARIA Attribute Confusion**: The model would routinely involve ARIA for no reason:
7272

7373
```html
7474
<label for="color-question"

0 commit comments

Comments
 (0)