Skip to content

Commit 36bd876

Browse files
docs: fix hyperlink in user-event intro.mdx (#1097)
Fix hyperlink markup.
1 parent 0414363 commit 36bd876

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/user-event/intro.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ test('render with a setup function', async () => {
8080
```
8181

8282
Note that, while directly invoking APIs such as `userEvent.click()` (which will
83-
trigger `setup` internally) is (still supported in
84-
v14)[https://testing-library.com/docs/user-event/setup#direct-apis], this option
83+
trigger `setup` internally) is [still supported in
84+
v14](https://testing-library.com/docs/user-event/setup#direct-apis), this option
8585
exists to ease the migration from v13 to v14, and for simple tests. We recommend
8686
using the methods on the instances returned by `userEvent.setup()`.

0 commit comments

Comments
 (0)