From 0634e64b587719407a884f5572179224323334a0 Mon Sep 17 00:00:00 2001 From: Anton Zagrebelny Date: Tue, 14 May 2019 16:21:21 +0300 Subject: [PATCH] refactor(biocatch): fixed casing --- src/@ionic-native/plugins/biocatch/index.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/@ionic-native/plugins/biocatch/index.ts b/src/@ionic-native/plugins/biocatch/index.ts index ad51f57de..84ab2c51a 100644 --- a/src/@ionic-native/plugins/biocatch/index.ts +++ b/src/@ionic-native/plugins/biocatch/index.ts @@ -2,16 +2,16 @@ import { Injectable } from '@angular/core'; import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core'; /** - * @name Biocatch + * @name BioCatch * @description - * Biocatch SDK Cordova support + * BioCatch SDK Cordova support * * @usage * ```typescript - * import { Biocatch } from '@ionic-native/biocatch'; + * import { BioCatch } from '@ionic-native/biocatch'; * * - * constructor(private biocatch: Biocatch) { } + * constructor(private biocatch: BioCatch) { } * * ... * @@ -23,14 +23,14 @@ import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core'; * ``` */ @Plugin({ - pluginName: 'Biocatch', + pluginName: 'BioCatch', plugin: 'cordova-plugin-biocatch', pluginRef: 'BioCatch', repo: 'https://bitbucket.org/whisprnd/biocatch-cordova-plugin', platforms: ['iOS'], }) @Injectable() -export class Biocatch extends IonicNativePlugin { +export class BioCatch extends IonicNativePlugin { /** * Start a session