diff --git a/src/Faker/Provider/Payment.php b/src/Faker/Provider/Payment.php index cadbc48d33..28e08d3ab0 100644 --- a/src/Faker/Provider/Payment.php +++ b/src/Faker/Provider/Payment.php @@ -132,7 +132,7 @@ public static function creditCardType() /** * Returns the String of a credit card number. * - * @param string $type Supporting any of 'Visa', 'MasterCard', 'Amercian Express', and 'Discover' + * @param string $type Supporting any of 'Visa', 'MasterCard', 'American Express', and 'Discover' * @param boolean $formatted Set to true if the output string should contain one separator every 4 digits * @param string $separator Separator string for formatting card number. Defaults to dash (-). * @return string