forked from github/awesome-cordova-plugins
docs(flashlight): fix typo (#1306)
There is a typo on line 14, changed from
* constructor(private flashlight: FlashLight) { }
to
* constructor(private flashlight: Flashlight) { }
This commit is contained in:
@@ -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) { }
|
||||
*
|
||||
* ...
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user