Skip to content

Commit 20dcb27

Browse files
committed
Fix about.mdx
1 parent 50fabf7 commit 20dcb27

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/queries/about.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -390,12 +390,12 @@ const foo = container.querySelector('[data-foo="bar"]')
390390

391391
Do you still have problems knowing how to use Testing Library queries?
392392

393-
There is a very cool Browser extension for
394-
[Chrome](https://chrome.google.com/webstore/detail/testing-playground/hejbmebodbijjdhflfknehhcgaklhano/related)
395-
named Testing Playground, and it helps you find the best queries to select
396-
elements. It allows you to inspect the element hierarchies in the Browser's
397-
Developer Tools, and provides you with suggestions on how to select them, while
398-
encouraging good testing practices.
393+
There is a very cool Browser extension for Chrome named
394+
[Testing Playground](https://chrome.google.com/webstore/detail/testing-playground/hejbmebodbijjdhflfknehhcgaklhano),
395+
and it helps you find the best queries to select elements. It allows you to
396+
inspect the element hierarchies in the Browser's Developer Tools, and provides
397+
you with suggestions on how to select them, while encouraging good testing
398+
practices.
399399

400400
## Playground
401401

0 commit comments

Comments
 (0)