Skip to content

Commit a370d60

Browse files
authored
docs: fixing Typos (appium#14635)
1 parent 862c36b commit a370d60

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bin/ios-webkit-debug-proxy-launcher.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/* eslint no-console:0 */
44

55
/*
6-
* Small tool, launching and monitoring ios-web-kit-proxy, and relauching
6+
* Small tool, launching and monitoring ios-web-kit-proxy, and relaunching
77
* on predefined errors.
88
*
99
* Usage:

lib/logsink.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ async function init (args) {
184184
// set de facto param passed to timestamp function
185185
timeZone = args.localTimezone;
186186

187-
// clean up in case we have initted before since npmlog is a global object
187+
// clean up in case we have initiated before since npmlog is a global object
188188
clear();
189189

190190
log = createLogger({

sample-code/javascript-selenium-webdriver/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## selenium-webdriver
22
[Selenium](https://github.com/SeleniumHQ/selenium) is a browser automation library. Most often used for testing web-applications.
33

4-
[selenium-webdriver](https://seleniumhq.github.io/selenium/docs/api/javascript/) is the offical WebDriver Javascript binding from selenium project.
4+
[selenium-webdriver](https://seleniumhq.github.io/selenium/docs/api/javascript/) is the official WebDriver Javascript binding from selenium project.
55

66
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.
77

0 commit comments

Comments
 (0)