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

docs(element): fix minor typo in element.ts #4471

Merged
merged 1 commit into from
Dec 14, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,8 @@ export class ElementArrayFinder extends WebdriverWebElement {
}

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