From b255502a99aa4dd3f65d1ef61a9b33fd6192c5b5 Mon Sep 17 00:00:00 2001 From: Mikayel Mikirtumov Date: Tue, 5 Sep 2017 19:03:13 +0300 Subject: [PATCH] docs(element): fix minor typo in element.ts --- lib/element.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/element.ts b/lib/element.ts index af4283e10..c2daca593 100644 --- a/lib/element.ts +++ b/lib/element.ts @@ -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)