diff options
Diffstat (limited to 'src/definitions')
| -rw-r--r-- | src/definitions/location.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/definitions/location.ts b/src/definitions/location.ts index 6987327d..7e2403aa 100644 --- a/src/definitions/location.ts +++ b/src/definitions/location.ts @@ -79,7 +79,7 @@ export type LocationDefinitions = LocaleEntry<{ /** * The patterns to generate street names. */ - street: string[]; + street_pattern: string[]; /** * The names of actual streets. |
