From 2c25499292b4a9268bc53b2895f67ddca60cf07c Mon Sep 17 00:00:00 2001 From: Aravind Myaka <32279826+AravindMyaka@users.noreply.github.com> Date: Tue, 19 Nov 2024 11:29:14 -0500 Subject: [PATCH] Update README.md - fix typo --- Appium/JavaScript/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Appium/JavaScript/README.md b/Appium/JavaScript/README.md index 8e7a9f0..2491c2e 100644 --- a/Appium/JavaScript/README.md +++ b/Appium/JavaScript/README.md @@ -47,4 +47,4 @@ describe('Perfecto Native NodeJS - Selendroid app', function () { expect(Value1).toContain(Value2); ``` -For the complite WebDriverIO API click [here](http://webdriver.io/api.html). +For the complete WebDriverIO API click [here](http://webdriver.io/api.html).