Skip to content

Commit 1c9cee5

Browse files
committed
docs(website): use "a" instead of "the"
Here, because we're not referring to a specific table row but instead to _an arbitrary_ table row, we use the indefinite article "a".
1 parent 099aca4 commit 1c9cee5

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
@@ -595,7 +595,7 @@ Serenity/JS provides a number of meta-questions, like [`Text`](/api/web/class/Te
595595
and you can always write your own if needed.
596596

597597
For example, if you're dealing with a web interface that presents tabular data,
598-
you might want to fetch the table row, perform some transformation on each cell,
598+
you might want to fetch a table row, perform some transformation on each cell,
599599
then return the result as a JSON object so that it's easier to work with.
600600

601601
An equivalent of doing that in our example would be to:

0 commit comments

Comments
 (0)