diff --git a/src/@ionic-native/plugins/fingerprint-aio/index.ts b/src/@ionic-native/plugins/fingerprint-aio/index.ts index 6fdf09d17..1b7b4204f 100644 --- a/src/@ionic-native/plugins/fingerprint-aio/index.ts +++ b/src/@ionic-native/plugins/fingerprint-aio/index.ts @@ -21,7 +21,7 @@ export interface FingerprintOptions { /** * @beta - * @name FingerprintAIO + * @name Fingerprint AIO * @description * Use simple fingerprint authentication on Android and iOS. * Requires Cordova plugin: cordova-plugin-fingerprint-aio. For more info about plugin, vist: https://github.com/NiklasMerz/cordova-plugin-fingerprint-aio diff --git a/src/@ionic-native/plugins/speech-recognition/index.ts b/src/@ionic-native/plugins/speech-recognition/index.ts index f65e7a1c4..d4f11eb99 100644 --- a/src/@ionic-native/plugins/speech-recognition/index.ts +++ b/src/@ionic-native/plugins/speech-recognition/index.ts @@ -45,7 +45,7 @@ export interface SpeechRecognitionListeningOptionsAndroid { /** * @beta - * @name SpeechRecognition + * @name Speech Recognition * @description * This plugin does speech recognition using cloud services * diff --git a/src/@ionic-native/plugins/video-player/index.ts b/src/@ionic-native/plugins/video-player/index.ts index 74c3a31a8..8d8fdeb82 100644 --- a/src/@ionic-native/plugins/video-player/index.ts +++ b/src/@ionic-native/plugins/video-player/index.ts @@ -18,7 +18,7 @@ export interface VideoOptions { } /** - * @name VideoPlayer + * @name Video Player * @description * A Codova plugin that simply allows you to immediately play a video in fullscreen mode. *