Skip to content

Commit c859a4b

Browse files
committed
docs(website): clarify comparison
"just how" doesn't make it crystal clear that we're setting up a comparison, but "the same way" does.
1 parent 0f02c43 commit c859a4b

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
@@ -511,7 +511,7 @@ you can also transform each element in a collection
511511
using the [`PageElements#eachMappedTo`](/api/web/class/PageElements#eachMappedTo) API
512512
and providing a [meta-question](/api/core/interface/MetaQuestion) to be used for the mapping.
513513

514-
For example, just how you'd use the meta-question about [`Text`](/api/web/class/Text/) to retrieve the text
514+
For example, the same way you'd use the meta-question about [`Text`](/api/web/class/Text/) to retrieve the text
515515
value of an **individual page element**:
516516

517517
```typescript

0 commit comments

Comments
 (0)