Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit f467785

Browse files
rahatarmanahmedcnishina
authored andcommitted
docs(website): fix markdown parsing bug for element.get (#3702)
closes #3701
1 parent f4aab3e commit f467785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ export class ElementArrayFinder extends WebdriverWebElement {
249249

250250
/**
251251
* Get an element within the ElementArrayFinder by index. The index starts at
252-
* 0. Negative indices are wrapped (i.e. -i means ith element from last)
252+
* 0\. Negative indices are wrapped (i.e. -i means ith element from last)
253253
* This does not actually retrieve the underlying element.
254254
*
255255
* @alias element.all(locator).get(index)

0 commit comments

Comments
 (0)