Skip to content

Commit 3a77cbe

Browse files
committed
docs(website): add missing "to"
1 parent d4d4bf9 commit 3a77cbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,7 @@ use the [`List#forEach`](/api/core/class/List#forEach) API to
849849
perform a sequence of interactions with each element of the collection.
850850

851851
For example, to toggle every item that hasn't been bought yet:
852-
- filter the list find elements that meet the expectation,
852+
- filter the list to find elements that meet the expectation,
853853
- iterate over the found elements to click on the toggle button of each element.
854854

855855
```typescript

0 commit comments

Comments
 (0)