mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-21 00:23:00 +08:00
docs(): Fix quotes on TouchID.isAvailable error comment (#370)
This commit is contained in:
parent
58c3fda956
commit
206fa625fd
@ -28,7 +28,7 @@ import { Cordova, Plugin } from './plugin';
|
||||
* TouchID.isAvailable()
|
||||
* .then(
|
||||
* res => console.log('TouchID is available!'),
|
||||
* err => console.error('TouchID isn't available', err)
|
||||
* err => console.error("TouchID isn't available", err)
|
||||
* );
|
||||
*
|
||||
* TouchID.verifyFingerprint('Scan your fingerprint please')
|
||||
|
Loading…
Reference in New Issue
Block a user