Skip to content

Commit afca5fa

Browse files
authored
Update shadow.mdx
Add missing quote
1 parent b85c418 commit afca5fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/commands/shadow.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ When working with `cy.click()`, it sometimes won't click the right element in
9696
Chrome. It's happening because of
9797
[the ambiguity in spec](https://bugs.chromium.org/p/chromium/issues/detail?id=1188919&q=shadowRoot%20elementFromPoint&can=2).
9898

99-
In this case, pass `'top` to `cy.click()` like below:
99+
In this case, pass `'top'` to `cy.click()` like below:
100100

101101
```js
102102
cy.get('#element')

0 commit comments

Comments
 (0)