We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4d4bf9 commit 3a77cbeCopy full SHA for 3a77cbe
src/docs/handbook/web-testing/page-element-query-language.md
@@ -849,7 +849,7 @@ use the [`List#forEach`](/api/core/class/List#forEach) API to
849
perform a sequence of interactions with each element of the collection.
850
851
For example, to toggle every item that hasn't been bought yet:
852
-- filter the list find elements that meet the expectation,
+- filter the list to find elements that meet the expectation,
853
- iterate over the found elements to click on the toggle button of each element.
854
855
```typescript
0 commit comments