Skip to content

Commit da0358b

Browse files
Update docs/queries/about.mdx
Co-authored-by: Tim Deschryver <[email protected]>
1 parent 7157512 commit da0358b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/queries/about.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,8 @@ can contain options that affect the precision of string matching:
295295
- `exact`: Defaults to `true`; matches full strings, case-sensitive. When false,
296296
matches substrings and is not case-sensitive.
297297
- `exact` has no effect on `regex` or `function` arguments.
298-
- `exact` has no effect on accessible names specified via `name` option of `*byRole`
299-
queries. You can use regex for fuzzy matching on accessible names.
298+
- `exact` has no effect on accessible names specified with the `name` option of `*byRole`
299+
queries. You can use a regex for fuzzy matching on accessible names.
300300
- In most cases using a regex instead of a string gives you more control over
301301
fuzzy matching and should be preferred over `{ exact: false }`.
302302
- `normalizer`: An optional function which overrides normalization behavior. See

0 commit comments

Comments
 (0)