Skip to content

Commit 11de92f

Browse files
authored
fix byrole broken link (#1412)
1 parent a092464 commit 11de92f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/queries/byrole.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,9 @@ this functionality in your test or not is up to you.
7575

7676
:::tip input type password
7777

78-
Unfortunately, the spec defines that `<input type="password" />` has no implicit role. This means that in order to query this type of element we must fallback to a less powerful query such as `[ByLabelText](queries/bylabeltext.mdx)`.
78+
Unfortunately, the spec defines that `<input type="password" />` has no implicit
79+
role. This means that in order to query this type of element we must fallback to
80+
a less powerful query such as [`ByLabelText`](queries/bylabeltext.mdx).
7981

8082
:::
8183

0 commit comments

Comments
 (0)