Skip to content

Commit d4d4bf9

Browse files
committed
docs(website): fix e.g. use
I also switched out "which" for "whose", because that's more correct.
1 parent 4f1ee80 commit d4d4bf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/docs/handbook/web-testing/page-element-query-language.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -820,8 +820,8 @@ await actorCalled('Alice').attemptsTo(
820820

821821
### Finding a sibling element
822822

823-
To find a sibling element, e.g. find a destroy button for an item which label contains a certain text:
824-
- find the container element which descendant element meets your conditions,
823+
To find a sibling element, e.g. to find a destroy button for an item whose label contains a certain text:
824+
- find the container element whose descendant element meets your conditions,
825825
- locate the sibling element within that container element.
826826

827827
```typescript

0 commit comments

Comments
 (0)