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

Commit f9df456

Browse files
mmikirtumovqiyigg
authored andcommittedDec 14, 2017
docs(element): fix minor typo in element.ts (#4471)
1 parent 65f206e commit f9df456

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎lib/element.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,8 @@ export class ElementArrayFinder extends WebdriverWebElement {
251251
}
252252

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

0 commit comments

Comments
 (0)