diff options
| author | Marak <[email protected]> | 2020-08-24 12:59:19 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-08-24 12:59:19 -0500 |
| commit | f3e983b77a3fffa86f157c33d68208c22410151e (patch) | |
| tree | 922488435a3f3727180a15e2a39850b0d89d2530 /lib | |
| parent | 531470b9f9380307266ae5407d8dcc4ebc70c60e (diff) | |
| parent | 65ced30fb0ebc8eb53fa17a2dc3e7fb5c456b5af (diff) | |
| download | faker-f3e983b77a3fffa86f157c33d68208c22410151e.tar.xz faker-f3e983b77a3fffa86f157c33d68208c22410151e.zip | |
Merge pull request #847 from hydrargyrum/patch-1
fr/address/city_name.js: fix typo in "Lille" name
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/locales/fr/address/city_name.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/locales/fr/address/city_name.js b/lib/locales/fr/address/city_name.js index 3437cc30..740dd2d9 100644 --- a/lib/locales/fr/address/city_name.js +++ b/lib/locales/fr/address/city_name.js @@ -8,7 +8,7 @@ module["exports"] = [ "Strasbourg", "Montpellier", "Bordeaux", - "Lille13", + "Lille", "Rennes", "Reims", "Le Havre", |
