From f122a144457cdef24a39282e7860d3b7a6847a5c Mon Sep 17 00:00:00 2001 From: perry Date: Tue, 21 Mar 2017 14:56:22 -0500 Subject: [PATCH] docs(splash screen) space in name --- src/@ionic-native/plugins/splash-screen/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/@ionic-native/plugins/splash-screen/index.ts b/src/@ionic-native/plugins/splash-screen/index.ts index 9722ad6c5..434ed162c 100644 --- a/src/@ionic-native/plugins/splash-screen/index.ts +++ b/src/@ionic-native/plugins/splash-screen/index.ts @@ -3,7 +3,7 @@ import { Cordova, Plugin } from '@ionic-native/core'; /** - * @name SplashScreen + * @name Splash Screen * @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 * ```typescript