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
+1 -1
View File
@@ -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.