docs(docs): update names

This commit is contained in:
Ibrahim Hadeed 2016-03-13 15:45:07 -04:00
parent 5e2f201fcd
commit 786cd21de8
10 changed files with 10 additions and 10 deletions

View File

@ -1,7 +1,7 @@
import {Plugin, Cordova} from './plugin';
/**
* @name ActionSheet
* @name Action Sheet
* @description
* The ActionSheet plugin shows a native list of options the user can choose from.
*

View File

@ -1,7 +1,7 @@
import {Plugin, Cordova} from './plugin';
/**
* @name AppAvailability
* @name App Availability
* @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.
*

View File

@ -3,7 +3,7 @@ import {Plugin, Cordova, CordovaProperty} from './plugin';
declare var window;
/**
* @name AppRate
* @name App Rate
* @description
* The AppRate plugin makes it easy to prompt the user to rate your app, either now, later, or never.
*

View File

@ -1,7 +1,7 @@
import {Plugin, Cordova} from './plugin';
/**
* @name AppVersion
* @name App Version
* @description
* Reads the version of your app from the target build settings.
*

View File

@ -1,7 +1,7 @@
import {Plugin, Cordova} from './plugin';
/**
* @name BarcodeScanner
* @name Barcode Scanner
* @description
* The Barcode Scanner Plugin opens a camera view and automatically scans a barcode, returning the data back to you.
*

View File

@ -64,7 +64,7 @@ export interface datePickerOptions {
}
/**
* @name DatePicker
* @name Date Picker
* @description
* The DatePicker plugin allows the user to fetch date or time using native dialogs.
*

View File

@ -35,7 +35,7 @@ export interface accelerometerOptions {
}
/**
* @name DeviceMotion
* @name Device Motion
* @description
* Requires Cordova plugin: `cordova-plugin-device-motion`. For more info, please see the [Device Motion docs](https://github.com/apache/cordova-plugin-device-motion).
*

View File

@ -40,7 +40,7 @@ export interface CompassOptions {
}
/**
* @name DeviceOrientation
* @name Device Orientation
* @description
* Requires Cordova plugin: `cordova-plugin-device-orientation`. For more info, please see the [Device Orientation docs](https://github.com/apache/cordova-plugin-device-orientation).
*

View File

@ -18,7 +18,7 @@ export interface ImagePickerOptions {
}
/**
* @name imagePicker
* @name Image Picker
* @description
* Cordova Plugin For Multiple Image Selection
*

View File

@ -47,7 +47,7 @@ export interface launchNavigatorOptions {
}
/**
* @name LaunchNavigator
* @name Launch Navigator
* @description
* Requires Cordova plugin: uk.co.workingedge.phonegap.plugin.launchnavigator. For more info, please see the [LaunchNavigator plugin docs](https://github.com/dpa99c/phonegap-launch-navigator).
*