Skip to content

Commit 79186e5

Browse files
committed
docs(website): add missing "which" and "the"
* "the": because the PageElements API is a specific one, we preface it with the definite article "the". * "which": the relative pronoun "which" is necessary here to help the user know what we're referring to. Refs: https://gallaudet.edu/student-success/tutorial-center/english-center/grammar-and-vocabulary/definite-and-indefinite-articles/a-an-the-general-or-specific/ Refs: https://www.wm.edu/as/wcc/newresources/handouts/using-that-which-who.pdf
1 parent e3a194f commit 79186e5

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
@@ -494,7 +494,7 @@ Of course, you can set your own description if you prefer using `.describedAs()`
494494

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

499499
:::tip Serenity/JS PEQL helps you avoid code duplication
500500
Serenity/JS PEQL lets you **compose** and **reuse** page element definitions,

0 commit comments

Comments
 (0)