docs(autostart): add correct plugin description

docs(autostart): add correct plugin description
This commit is contained in:
Daniel Sogl 2018-04-04 10:56:06 +02:00 committed by GitHub
commit e27009e7b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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