From f29df668b91ec94c093064cad823295009335c13 Mon Sep 17 00:00:00 2001 From: Anton Kuznetsov Date: Sun, 14 May 2017 11:12:11 +0300 Subject: [PATCH] Update APIRef.Element.md --- docs/APIRef.Element.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/APIRef.Element.md b/docs/APIRef.Element.md index 734d5bcf11..04da5987ec 100644 --- a/docs/APIRef.Element.md +++ b/docs/APIRef.Element.md @@ -11,9 +11,9 @@ Actions are functions that emulate user behavior. They are being performed on ma - [`.tap()`](#tap) - [`.longPress()`](#longpress) - [`.multiTap()`](#multitaptimes) -- [`.typeText()`](#typetext) -- [`.replaceText()`](#replacetext) -- [`.clearText()`](#cleartexttest) +- [`.typeText()`](#typetexttext) +- [`.replaceText()`](#replacetexttext) +- [`.clearText()`](#cleartext) - [`.scroll()`](#scrollpixels-direction) - [`.scrollTo()`](#scrolltoedge) - [`.swipe()`](#swipedirection-speed)