mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-21 00:23:00 +08:00
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:
parent
4d2f720b01
commit
0beefb3079
@ -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) { }
|
||||
*
|
||||
* ...
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user