diff options
| author | Marak <[email protected]> | 2021-10-16 17:13:46 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-10-16 17:13:46 -0400 |
| commit | a3a8488f8d99ab4f56b636e9448e0b1adc1c07db (patch) | |
| tree | f3ce3d6342858db70aca774b342170ac4d9859e5 | |
| parent | ffd0ba4ceedf9bbfb0eedbe5216c58808c797271 (diff) | |
| parent | 3303d1fd1cfc46e1f040e2724118c63d7c40057c (diff) | |
| download | faker-a3a8488f8d99ab4f56b636e9448e0b1adc1c07db.tar.xz faker-a3a8488f8d99ab4f56b636e9448e0b1adc1c07db.zip | |
Merge pull request #1197 from jeanmarcprevost/patch-1
fix typo
| -rw-r--r-- | lib/locales/fr/name/male_first_name.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/locales/fr/name/male_first_name.js b/lib/locales/fr/name/male_first_name.js index 0315aea3..7c84bbad 100644 --- a/lib/locales/fr/name/male_first_name.js +++ b/lib/locales/fr/name/male_first_name.js @@ -231,7 +231,7 @@ module.exports = [ "Firmin", "Flavien", "Flodoard", - "Florent,", + "Florent", "Florestan", "Florian", "Fortuné", @@ -495,4 +495,4 @@ module.exports = [ "Zacharie", "Zaché", "Zéphirin" -]
\ No newline at end of file +] |
