docs(): fix typo (#1476)

I missed some typo
This commit is contained in:
Daniel Sogl 2017-05-05 20:07:46 +02:00 committed by Ibby Hadeed
parent d9cc959939
commit 7738622976

View File

@ -90,7 +90,7 @@ export class TouchID extends IonicNativePlugin {
verifyFingerprintWithCustomPasswordFallbackAndEnterPasswordLabel(message: string, enterPasswordLabel: string): Promise<any> { return; }
/**
* Checks if the fingerpringt database changed.
* Checks if the fingerprint database changed.
*
* @returns {Promise<any>} Returns a Promise that resolves if yes, rejects if no.
*/