Skip to content

Commit a7b6b2b

Browse files
committed
docs(website): add missing "an"
1 parent 6a3b8d1 commit a7b6b2b

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
@@ -332,7 +332,7 @@ each of which contains two descendant elements: `<span class="name" />` and `<sp
332332
In a moment, I'll show you [how to make your queries more precise](/handbook/web-testing/page-element-query-language/#querying-page-elements)
333333
and retrieve only those elements you need.
334334

335-
### Retrieving element from a collection
335+
### Retrieving an element from a collection
336336

337337
If you need to retrieve a specific element from a collection, and you know what position it occupies, you can use
338338
[`PageElements#first()`](/api/web/class/PageElements#first),

0 commit comments

Comments
 (0)