Skip to content

Commit c522508

Browse files
docs: Update shadow query command to correct command signature
1 parent 0fa144a commit c522508

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api/commands/shadow.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Traverse into the shadow DOM of an element.
1414
## Syntax
1515

1616
```javascript
17-
.shadow(selector)
18-
.shadow(selector, options)
17+
.shadow()
18+
.shadow(options)
1919
```
2020

2121
### Usage

0 commit comments

Comments
 (0)