docs(selectors): add missing closing backquote (#10601)

This commit is contained in:
Pavlo Zhukov 2021-11-30 14:01:25 +02:00 committed by GitHub
parent 43e2adafde
commit 71adefc814
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -869,7 +869,7 @@ Attribute selectors are not CSS selectors, so anything CSS-specific like `:enabl
:::
:::note
Attribute selectors pierce shadow DOM. To opt-out from this behavior, use `:light` suffix after attribute, for example `page.click('data-test-id:light=submit')
Attribute selectors pierce shadow DOM. To opt-out from this behavior, use `:light` suffix after attribute, for example `page.click('data-test-id:light=submit')`
:::