From a370d60ec71f8fb41c38f632c7ec992c32839877 Mon Sep 17 00:00:00 2001 From: Sri Harsha Date: Mon, 10 Aug 2020 05:00:52 +0530 Subject: [PATCH] docs: fixing Typos (#14635) --- bin/ios-webkit-debug-proxy-launcher.js | 2 +- lib/logsink.js | 2 +- sample-code/javascript-selenium-webdriver/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/ios-webkit-debug-proxy-launcher.js b/bin/ios-webkit-debug-proxy-launcher.js index 01affde11..f004a2745 100644 --- a/bin/ios-webkit-debug-proxy-launcher.js +++ b/bin/ios-webkit-debug-proxy-launcher.js @@ -3,7 +3,7 @@ /* eslint no-console:0 */ /* - * Small tool, launching and monitoring ios-web-kit-proxy, and relauching + * Small tool, launching and monitoring ios-web-kit-proxy, and relaunching * on predefined errors. * * Usage: diff --git a/lib/logsink.js b/lib/logsink.js index 4c9b358ac..c066d41e5 100644 --- a/lib/logsink.js +++ b/lib/logsink.js @@ -184,7 +184,7 @@ async function init (args) { // set de facto param passed to timestamp function timeZone = args.localTimezone; - // clean up in case we have initted before since npmlog is a global object + // clean up in case we have initiated before since npmlog is a global object clear(); log = createLogger({ diff --git a/sample-code/javascript-selenium-webdriver/README.md b/sample-code/javascript-selenium-webdriver/README.md index 0bf22470b..d7ff25d11 100644 --- a/sample-code/javascript-selenium-webdriver/README.md +++ b/sample-code/javascript-selenium-webdriver/README.md @@ -1,7 +1,7 @@ ## selenium-webdriver [Selenium](https://github.com/SeleniumHQ/selenium) is a browser automation library. Most often used for testing web-applications. -[selenium-webdriver](https://seleniumhq.github.io/selenium/docs/api/javascript/) is the offical WebDriver Javascript binding from selenium project. +[selenium-webdriver](https://seleniumhq.github.io/selenium/docs/api/javascript/) is the official WebDriver Javascript binding from selenium project. selenium-webdriver doesn't implement [Mobile JSON Wire Protocol Specification](https://github.com/SeleniumHQ/mobile-spec/blob/master/spec-draft.md) yet, but we can use [selenium-appium](https://github.com/react-native-windows/selenium-appium) to extend the functionality of selenium-webdriver.