diff --git a/src/@ionic-native/plugins/card-io/index.ts b/src/@ionic-native/plugins/card-io/index.ts index 5d96b76e5..4313dd509 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.