From 206fa625fdbbca71fc18916d405457b770d63fa1 Mon Sep 17 00:00:00 2001 From: "John C. Bland II" Date: Sun, 31 Jul 2016 13:31:27 -0500 Subject: [PATCH] docs(): Fix quotes on TouchID.isAvailable error comment (#370) --- src/plugins/touchid.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/touchid.ts b/src/plugins/touchid.ts index 058edc01..2f922aa1 100644 --- a/src/plugins/touchid.ts +++ b/src/plugins/touchid.ts @@ -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')