From 29bf01190fde45f2a166f300b719524e06fd468d Mon Sep 17 00:00:00 2001 From: Ibrahim Hadeed Date: Sun, 13 Mar 2016 13:18:54 -0400 Subject: [PATCH] docs(splashscreen): --- src/plugins/splashscreen.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/splashscreen.ts b/src/plugins/splashscreen.ts index c7999781c..0069d163b 100644 --- a/src/plugins/splashscreen.ts +++ b/src/plugins/splashscreen.ts @@ -2,7 +2,7 @@ import {Plugin, Cordova} from './plugin' /** * @name Splashscreen - * @description This plugin displays and hides a splash screen during application launch. + * @description This plugin displays and hides a splash screen during application launch. The methods below allows showing and hiding the splashscreen after the app has loaded. * @usage * ```ts * Splashscreen.show();