Skip to content

Commit bacdc9d

Browse files
committed
docs(readme): only link 'Testing Library'
1 parent cb9a0b2 commit bacdc9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ test('my form', async ({screen, within}) => {
9292

9393
#### Async Methods
9494

95-
The `findBy` queries work the same way as they do in [Testing Library core](https://testing-library.com/docs/dom-testing-library/api-async) in that they return `Promise<Locator>` and are intended to be used to defer test execution until an element appears on the page.
95+
The `findBy` queries work the same way as they do in [Testing Library](https://testing-library.com/docs/dom-testing-library/api-async) core in that they return `Promise<Locator>` and are intended to be used to defer test execution until an element appears on the page.
9696

9797
```ts
9898
test('my modal', async ({screen, within}) => {

0 commit comments

Comments
 (0)