Skip to content

Commit e3a194f

Browse files
committed
docs(website): add missing "the"
Because the API is a specific one, 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 1b42ac3 commit e3a194f

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
@@ -492,7 +492,7 @@ In our example, the description of `Text.of(itemName().of(basketItem()))` will b
492492
questions in the chain and reported as `text of name of basket item`.
493493
Of course, you can set your own description if you prefer using `.describedAs()`, too.
494494

495-
You might have also noticed that [`childElement.of(parentElement)`](/api/web/class/PageElement/#of) API
495+
You might have also noticed that the [`childElement.of(parentElement)`](/api/web/class/PageElement/#of) API
496496
works only with **individual elements**.
497497
To map **multiple elements** we need to use `PageElements` [mapping API](/handbook/web-testing/page-element-query-language/#mapping-page-elements-in-a-collection) we'll talk about next.
498498

0 commit comments

Comments
 (0)