Skip to content

Commit cca4ff7

Browse files
authored
Merge pull request #438 from FarooqAR/patch-1
Fix a grammar error in docs/rules
2 parents d233331 + 279466f commit cca4ff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/no-noninteractive-element-interactions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ This preserves the table cell semantics and the button semantics; the two are no
7777

7878
#### Option 2, convert the table into an ARIA grid
7979

80-
If you're user interface has a table-like layout, but is filled with interactive components in the cells, consider converting the table into a grid.
80+
If your user interface has a table-like layout, but is filled with interactive components in the cells, consider converting the table into a grid.
8181

8282
```
8383
<table role="grid">

0 commit comments

Comments
 (0)