Skip to content

Commit add6a76

Browse files
committed
docs(website): add missing "the"
Because the PageElements 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 9c641e8 commit add6a76

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
@@ -676,7 +676,7 @@ const BasketItemDetails: MetaQuestion<PageElement, Question<Promise<{ name: stri
676676
## Querying page elements
677677

678678
While Serenity/JS [expectations](/api/core/class/Expectation) are most commonly used with [assertion](#performing-assertions) and [synchronisation](#waiting-for-condition) statements,
679-
when used with [`PageElements#where`](/api/web/class/PageElements#where) API they offer a great and reusable alternative to complex CSS selectors and XPath expressions.
679+
when used with the [`PageElements#where`](/api/web/class/PageElements#where) API they offer a great and reusable alternative to complex CSS selectors and XPath expressions.
680680

681681
In this section, I'll show you how to:
682682
- query page elements to find those that meet your expectations,

0 commit comments

Comments
 (0)