diff --git a/src/@ionic-native/plugins/autostart/index.ts b/src/@ionic-native/plugins/autostart/index.ts index e57c0d82..4734dd70 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