Update CordovaWebViewEngine.java

Fixed typo. This closes #234
This commit is contained in:
TyIsI 2015-10-27 12:51:10 -07:00 committed by Omar Mefire
parent 1c90a77325
commit 3abd12aee3

View File

@ -22,7 +22,7 @@ import android.view.KeyEvent;
import android.view.View;
/**
* Interfcae for all Cordova engines.
* Interface for all Cordova engines.
* No methods will be added to this class (in order to be compatible with existing engines).
* Instead, we will create a new interface: e.g. CordovaWebViewEngineV2
*/