diff --git a/src/@ionic-native/plugins/flashlight/index.ts b/src/@ionic-native/plugins/flashlight/index.ts index c9098a395..9656b4692 100644 --- a/src/@ionic-native/plugins/flashlight/index.ts +++ b/src/@ionic-native/plugins/flashlight/index.ts @@ -11,7 +11,7 @@ import { Cordova, Plugin } from '@ionic-native/core'; * ```typescript * import { Flashlight } from '@ionic-native/flashlight'; * - * constructor(private flashlight: FlashLight) { } + * constructor(private flashlight: Flashlight) { } * * ... *