Skip to content

Commit 7bb8152

Browse files
committed
docs(website): wrap example in parenthesis
To keep the sentence flowing, we'll parenthetically mention the specific API before continuing on with the sentence.
1 parent add6a76 commit 7bb8152

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
@@ -736,7 +736,7 @@ const destroyButton = () => // Destroy button
736736
### Filtering page elements
737737

738738
Serenity/JS [`PageElements`](/api/web/class/PageElements/) are a [`List`](/api/core/class/List/), which means they offer a filtering API
739-
[`list.where(metaQuestion, expectation)`](/api/core/class/List/#where) and methods like
739+
([`list.where(metaQuestion, expectation)`](/api/core/class/List/#where)) and methods like
740740
[`first()`](/api/web/class/PageElements/#first),
741741
[`last()`](/api/web/class/PageElements/#last),
742742
or [`count()`](/api/web/class/PageElements/#count).

0 commit comments

Comments
 (0)