aboutsummaryrefslogtreecommitdiff
path: root/src/modules
diff options
context:
space:
mode:
authorMatt Mayer <[email protected]>2023-04-03 04:25:55 +0700
committerGitHub <[email protected]>2023-04-02 21:25:55 +0000
commit34b743ab8a859669a0f7b37910c2cbb9e294b534 (patch)
tree1c3b422d338d1794fd315626fca4c82c50dac9c2 /src/modules
parente4d44925faad2f97e981a4a2fa8fd49cfa5378da (diff)
downloadfaker-34b743ab8a859669a0f7b37910c2cbb9e294b534.tar.xz
faker-34b743ab8a859669a0f7b37910c2cbb9e294b534.zip
feat(locale): add en_US location.county data (#1996)
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/location/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/location/index.ts b/src/modules/location/index.ts
index ab158ecb..03d34134 100644
--- a/src/modules/location/index.ts
+++ b/src/modules/location/index.ts
@@ -240,6 +240,7 @@ export class LocationModule {
*
* @example
* fakerEN_GB.location.county() // 'Cambridgeshire'
+ * fakerEN_US.location.county() // 'Monroe County'
*
* @since 8.0.0
*/