From ec0e1ff3a10b646d00858e22e29b39472b229c6e Mon Sep 17 00:00:00 2001 From: Ibby Date: Wed, 22 Mar 2017 01:49:19 -0400 Subject: [PATCH] docs(): fix broken doc links --- src/@ionic-native/plugins/fingerprint-aio/index.ts | 2 +- src/@ionic-native/plugins/speech-recognition/index.ts | 2 +- src/@ionic-native/plugins/video-player/index.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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. *