From 6314c28aa81019d8b30e6081d08863c6c37606e8 Mon Sep 17 00:00:00 2001 From: Hanut Singh Date: Wed, 4 Apr 2018 14:06:16 +0530 Subject: [PATCH] Fixed the description text --- src/@ionic-native/plugins/autostart/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/@ionic-native/plugins/autostart/index.ts b/src/@ionic-native/plugins/autostart/index.ts index e57c0d829..4734dd709 100644 --- a/src/@ionic-native/plugins/autostart/index.ts +++ b/src/@ionic-native/plugins/autostart/index.ts @@ -4,7 +4,7 @@ import { Injectable } from '@angular/core'; /** * @name Autostart * @description - * This plugin will start automatically your Android app after the every boot or the auto-update of your application. + * This plugin automatically starts your Android app after every boot or auto-update. * You can enable or disable the autostart function in your app. * * @usage