diff options
| author | Marak <[email protected]> | 2021-02-18 21:20:58 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-02-18 21:20:58 -0500 |
| commit | dc34993d64668bc34a9d9388bb177c8c90df0742 (patch) | |
| tree | d0d5f7992660c3e83276322247ce9527280b42a9 /lib | |
| parent | 41ff196c92db2c0fe63891b32de210687cf00b9b (diff) | |
| download | faker-dc34993d64668bc34a9d9388bb177c8c90df0742.tar.xz faker-dc34993d64668bc34a9d9388bb177c8c90df0742.zip | |
Fix typo
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/index.js b/lib/index.js index 9f028df7..433a6b81 100644 --- a/lib/index.js +++ b/lib/index.js @@ -106,7 +106,7 @@ function Faker (opts) { var _definitions = { "name": ["first_name", "last_name", "prefix", "suffix", "binary_gender", "gender", "title", "male_prefix", "female_prefix", "male_first_name", "female_first_name", "male_middle_name", "female_middle_name", "male_last_name", "female_last_name"], - "address": ["city_name"", city_prefix", "city_suffix", "street_suffix", "county", "country", "country_code", "country_code_alpha_3", "state", "state_abbr", "street_prefix", "postcode", "postcode_by_state", "direction", "direction_abbr", "time_zone"], + "address": ["city_name", "city_prefix", "city_suffix", "street_suffix", "county", "country", "country_code", "country_code_alpha_3", "state", "state_abbr", "street_prefix", "postcode", "postcode_by_state", "direction", "direction_abbr", "time_zone"], "animal": ["dog", "cat", "snake", "bear", "lion", "cetacean", "insect", "crocodilia", "cow", "bird", "fish", "rabbit", "horse", "type"], "company": ["adjective", "noun", "descriptor", "bs_adjective", "bs_noun", "bs_verb", "suffix"], "lorem": ["words"], |
