Fixed misspelling in the README Github: close #88
Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/commit/6863886d Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/tree/6863886d Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/diff/6863886d Branch: refs/heads/3.2.x Commit: 6863886d74ec0153ee2810764b0280599e0aed18 Parents: 9832d2e Author: weexpectedTHIS <[email protected]> Authored: Mon Feb 29 20:21:17 2016 -0800 Committer: daserge <[email protected]> Committed: Thu Mar 31 16:09:59 2016 +0300 ---------------------------------------------------------------------- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/6863886d/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 71930da..ebdf237 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ Please notice that the value of the "src" attribute is relative to the project d #### config.xml -- __AutoHideSplashScreen__ (boolean, default to `true`). Indicates wherether hide splash screen automatically or not. Splash screen hidden after amount of time specified in the `SplashScreenDelay` preference. +- __AutoHideSplashScreen__ (boolean, default to `true`). Indicates whether to hide splash screen automatically or not. Splash screen hidden after amount of time specified in the `SplashScreenDelay` preference. ```xml <preference name="AutoHideSplashScreen" value="true" /> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
