Skip to content

Commit 8c7d379

Browse files
Apply suggestions from code review
Co-authored-by: Heitor Tashiro Sergent <[email protected]>
1 parent 37f5833 commit 8c7d379

File tree

2 files changed

+2
-2
lines changed
  • docs/sources/k6/next/javascript-api/k6-browser/locator

2 files changed

+2
-2
lines changed

docs/sources/k6/next/javascript-api/k6-browser/locator/last.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: 'Browser module: locator.last method'
55

66
# last()
77

8-
Returns [Locator](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-browser/locator/) to the last matching element.
8+
Returns a [Locator](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-browser/locator/) to the last matching element.
99

1010
### Returns
1111

docs/sources/k6/next/javascript-api/k6-browser/locator/nth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: 'Browser module: locator.nth method'
55

66
# nth(number)
77

8-
Returns [Locator](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-browser/locator/) to the n-th matching element. It's zero based, `nth(0)` selects the first element.
8+
Returns a [Locator](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-browser/locator/) to the n-th matching element. The method is zero-based; for example, `nth(0)` selects the first element.
99

1010
### Returns
1111

0 commit comments

Comments
 (0)