Skip to content

Commit 9906ab7

Browse files
Fix a11y typo (#1408)
* Fix a11y typo * Add missing (deprecated)
1 parent 7564bb5 commit 9906ab7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/Queries.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ title: Queries
2525
- [`ByA11yState`, `ByAccessibilityState` (deprecated)](#bya11ystate-byaccessibilitystate-deprecated)
2626
- [Default state for: `disabled`, `selected`, and `busy` keys](#default-state-for-disabled-selected-and-busy-keys)
2727
- [Default state for: `checked` and `expanded` keys](#default-state-for-checked-and-expanded-keys)
28-
- [`ByA11Value`, `ByAccessibilityValue` (deprecated)](#bya11value-byaccessibilityvalue-deprecated)
28+
- [`ByA11yValue`, `ByAccessibilityValue` (deprecated)](#bya11yvalue-byaccessibilityvalue-deprecated)
2929
- [Common options](#common-options)
3030
- [`includeHiddenElements` option](#includehiddenelements-option)
3131
- [TextMatch](#textmatch)
@@ -372,7 +372,7 @@ but will not match elements with following props:
372372
The difference in handling default values is made to reflect observed accessibility behaviour on iOS and Android platforms.
373373
:::
374374

375-
### `ByA11Value`, `ByAccessibilityValue` (deprecated)
375+
### `ByA11yValue`, `ByAccessibilityValue` (deprecated)
376376

377377
:::caution
378378
This query has been marked deprecated, as is typically too general to give meaningful results. Therefore, it's better to use one of following options:

0 commit comments

Comments
 (0)