From ff5e55b29308cb1e77dab1f2ba0ec87ba8fef2c6 Mon Sep 17 00:00:00 2001 From: johnyvv <52801240+johnyvv@users.noreply.github.com> Date: Wed, 25 Sep 2019 12:28:57 -0500 Subject: [PATCH] Update Plugin error section It had the words "error" and "is" twice in the same sentence. Then: "this error is error is" Now: "this error is" --- docs/4-phonegap-build/6-support/1-failed-builds.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/4-phonegap-build/6-support/1-failed-builds.html.md b/docs/4-phonegap-build/6-support/1-failed-builds.html.md index 1e908db6c..caa1888cd 100644 --- a/docs/4-phonegap-build/6-support/1-failed-builds.html.md +++ b/docs/4-phonegap-build/6-support/1-failed-builds.html.md @@ -197,7 +197,7 @@ For the brave the documentation is [here](http://tools.android.com/tech-docs/new ## Plugin error -The most likely cause for this error is error is that you have included plugin javascript files in your app package, such as barcodescanner.js, GAPlugin.js, cdv-plugin-fb-connect.js, or any other plugin files such as the childbrowser assets directory. +The most likely cause for this error is that you have included plugin javascript files in your app package, such as barcodescanner.js, GAPlugin.js, cdv-plugin-fb-connect.js, or any other plugin files such as the childbrowser assets directory. Previously we used pluginstall to install plugins, which would simply overwrite files in your app. However we recently migrated to plugman, which will not overwrite these files and instead fails. So make sure you remove them!