diff options
| author | hydrargyrum <[email protected]> | 2019-11-02 19:31:59 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-11-02 19:31:59 +0100 |
| commit | 65ced30fb0ebc8eb53fa17a2dc3e7fb5c456b5af (patch) | |
| tree | d350eb6534184daabce39d3e0ad129ce2eb2514a /lib | |
| parent | 9fd8d7d37b398842d0784a116a340f7aa6afb89b (diff) | |
| download | faker-65ced30fb0ebc8eb53fa17a2dc3e7fb5c456b5af.tar.xz faker-65ced30fb0ebc8eb53fa17a2dc3e7fb5c456b5af.zip | |
fr/address/city_name.js: fix typo in "Lille" name
"Lille" is the real city name, not "Lille13".
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", |
