From 5c81ff487542e930255603632350ed4496cd4434 Mon Sep 17 00:00:00 2001 From: Said A Date: Sat, 31 Mar 2018 11:24:10 +0500 Subject: [PATCH] Fix typo in the "suppressManual" property name. --- src/@ionic-native/plugins/card-io/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/@ionic-native/plugins/card-io/index.ts b/src/@ionic-native/plugins/card-io/index.ts index 5d96b76e..4313dd50 100644 --- a/src/@ionic-native/plugins/card-io/index.ts +++ b/src/@ionic-native/plugins/card-io/index.ts @@ -21,7 +21,7 @@ export interface CardIOOptions { /** * Removes the keyboard button from the scan screen. */ - supressManual?: boolean; + suppressManual?: boolean; /** * The postal code will only collect numeric input. Set this if you know the expected country's postal code has only numeric postal codes.