From 377f2215bd6b4c656092d7ba0b6d11b3af27810e Mon Sep 17 00:00:00 2001 From: "Omar A. Barbosa Ortiz" Date: Thu, 14 Nov 2024 11:31:49 -0500 Subject: [PATCH] fix: update discover type name --- docs/formatters/payment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/formatters/payment.md b/docs/formatters/payment.md index 97f2673f..ce2cd044 100644 --- a/docs/formatters/payment.md +++ b/docs/formatters/payment.md @@ -13,7 +13,7 @@ echo $faker->creditCardType(); ## `creditCardNumber` Generate a credit card number with a given type. By default, a random type is used. Supported types are 'Visa', ' -MasterCard', 'American Express', and 'Discover'. +MasterCard', 'American Express', and 'Discover Card'. Optionally, a second and third parameter may be supplied. These define if the credit card number should be formatted, and which separator to use.