From fbde059eb05801ed492e1fe56689ecc4ca25d75c Mon Sep 17 00:00:00 2001 From: Igor Santos Date: Thu, 11 Jun 2015 16:48:18 -0300 Subject: [PATCH] Fixing typo on docs: "Amercian Express" --- src/Faker/Provider/Payment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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