Fix typo in the "suppressManual" property name.

This commit is contained in:
Said A 2018-03-31 11:24:10 +05:00 committed by GitHub
parent f33eaed266
commit 5c81ff4875
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ export interface CardIOOptions {
/** /**
* Removes the keyboard button from the scan screen. * 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. * The postal code will only collect numeric input. Set this if you know the expected country's postal code has only numeric postal codes.