diff --git a/card.go b/card.go index a92bc6dd1f..213f883a6c 100644 --- a/card.go +++ b/card.go @@ -12,7 +12,7 @@ import ( type CardBrand string // Verification is the list of allowed verification responses. -// Allowed values are "pass", "fail", "unchecked", "unavailabe". +// Allowed values are "pass", "fail", "unchecked", "unavailable". type Verification string // CardFunding is the list of allowed values for the card's funding.