chore(ci): benign docs change to make sure it goes through CI

This commit is contained in:
Perry Govier 2016-12-05 14:36:44 -06:00 committed by GitHub
parent 5ef96d4558
commit 7fa2f7f364

View File

@ -5,7 +5,7 @@ import { Cordova, Plugin } from './plugin';
* @description
* This plugin allows you to check if an app is installed on the user's device. It requires an URI Scheme (e.g. twitter://) on iOS or a Package Name (e.g com.twitter.android) on Android.
*
* Requires Cordova plugin: cordova-plugin-appavailability. For more info, please see the [AppAvailability plugin docs](https://github.com/ohh2ahh/AppAvailability).
* This requires Cordova plugin: cordova-plugin-appavailability. For more info, please see the [AppAvailability plugin docs](https://github.com/ohh2ahh/AppAvailability).
*
* @usage
* ```typescript