Skip to content

Commit

Permalink
fix: update discover type name (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
barbosa89 authored Nov 14, 2024
1 parent 736fb53 commit 9c51c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/formatters/payment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9c51c2e

Please sign in to comment.