diff options
| author | Jean-Marc Prevost <[email protected]> | 2021-07-01 11:43:17 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-01 11:43:17 +0200 |
| commit | 3303d1fd1cfc46e1f040e2724118c63d7c40057c (patch) | |
| tree | 53ae6bd3a00a78fd35a9326cfc4225e5d73324d5 | |
| parent | 17d56481e3afeabffe9c08c7d932f5e31749f594 (diff) | |
| download | faker-3303d1fd1cfc46e1f040e2724118c63d7c40057c.tar.xz faker-3303d1fd1cfc46e1f040e2724118c63d7c40057c.zip | |
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 +] |
