diff --git a/docs/The-starting-of-an-app-using-Appium-node-server-started-programmatically.md b/docs/The-starting-of-an-app-using-Appium-node-server-started-programmatically.md index 6ce685b08..5d0fc1e13 100644 --- a/docs/The-starting-of-an-app-using-Appium-node-server-started-programmatically.md +++ b/docs/The-starting-of-an-app-using-Appium-node-server-started-programmatically.md @@ -148,7 +148,7 @@ import java.io.File; ... //appiumJS is the full or relative path to -//the appium.js (v<=1.4.16) or maim.js (v>=1.5.0) +//the appium.js (v<=1.4.16) or main.js (v>=1.5.0) new AppiumServiceBuilder().withAppiumJS(new File(appiumJS)); ```