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 0f02c43 commit c859a4bCopy full SHA for c859a4b
src/docs/handbook/web-testing/page-element-query-language.md
@@ -511,7 +511,7 @@ you can also transform each element in a collection
511
using the [`PageElements#eachMappedTo`](/api/web/class/PageElements#eachMappedTo) API
512
and providing a [meta-question](/api/core/interface/MetaQuestion) to be used for the mapping.
513
514
-For example, just how you'd use the meta-question about [`Text`](/api/web/class/Text/) to retrieve the text
+For example, the same way you'd use the meta-question about [`Text`](/api/web/class/Text/) to retrieve the text
515
value of an **individual page element**:
516
517
```typescript
0 commit comments