diff options
| author | dcsid <101996317+dcsid@users.noreply.github.com> | 2026-03-15 12:36:44 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-15 12:36:44 -0400 |
| commit | ad5ea292748246b2f07f3e379a250985c1ebcba5 (patch) | |
| tree | 3f5abd623445c77f48c6cf72f73f56c6d1d368bd | |
| parent | 6b90f8a8d6994dc62cd91dde911fe56ec3389494 (diff) | |
Fixed typo in docs/internals/contributing/accessibility.txt.
| -rw-r--r-- | docs/internals/contributing/accessibility.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/internals/contributing/accessibility.txt b/docs/internals/contributing/accessibility.txt index cd5f2727e1..d2d7b272dd 100644 --- a/docs/internals/contributing/accessibility.txt +++ b/docs/internals/contributing/accessibility.txt @@ -84,8 +84,8 @@ Where the UI changes could affect those modalities, also test with: * Touch-only navigation. Common issues include: * A touch target (interactive element) is too small. - * Hover-based based interaction which does not translate to touch, such as a - hover only tooltip. + * Hover-based interaction that does not translate to touch, such as a + hover-only tooltip. * 400% browser zoom. Common issues include: |
