Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1109 from johannesnagl/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
fzaninotto authored Dec 2, 2016
2 parents ee04c76 + cb8ac92 commit 7ef2719
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -1283,9 +1283,9 @@ echo $faker->bankAccountNumber; // "RO55WRJE3OE8X3YQI7J26U1E"
echo $faker->prefixMale; // "ing."
// Generates a random female name prefix/title
echo $faker->prefixFemale; // "d-na."
// Generates a random male fist name
// Generates a random male first name
echo $faker->firstNameMale; // "Adrian"
// Generates a random female fist name
// Generates a random female first name
echo $faker->firstNameFemale; // "Miruna"


Expand Down

0 comments on commit 7ef2719

Please sign in to comment.