Skip to content

Commit 0f02c43

Browse files
committed
docs(website): add missing "the"
Because we're referring to a specific API, we preface it with the definite article "the". Refs: https://gallaudet.edu/student-success/tutorial-center/english-center/grammar-and-vocabulary/definite-and-indefinite-articles/a-an-the-general-or-specific/
1 parent 79186e5 commit 0f02c43

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
@@ -508,7 +508,7 @@ especially when the system under test uses a consistent convention to name eleme
508508

509509
Similarly to how you [transform answers to individual questions](/handbook/web-testing/page-element-query-language/#transforming-answers-to-questions),
510510
you can also transform each element in a collection
511-
using [`PageElements#eachMappedTo`](/api/web/class/PageElements#eachMappedTo) API
511+
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

514514
For example, just how you'd use the meta-question about [`Text`](/api/web/class/Text/) to retrieve the text

0 commit comments

Comments
 (0)