Skip to content

Commit 9c51c2e

Browse files
authoredNov 14, 2024
fix: update discover type name (#102)
1 parent 736fb53 commit 9c51c2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/formatters/payment.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ echo $faker->creditCardType();
1313
## `creditCardNumber`
1414

1515
Generate a credit card number with a given type. By default, a random type is used. Supported types are 'Visa', '
16-
MasterCard', 'American Express', and 'Discover'.
16+
MasterCard', 'American Express', and 'Discover Card'.
1717

1818
Optionally, a second and third parameter may be supplied. These define if the credit card number should be formatted,
1919
and which separator to use.

0 commit comments

Comments
 (0)