Skip to content

Commit a059235

Browse files
authored
Geography typo
1 parent 55ea53f commit a059235

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

geography/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Placeholder -- link to schema to be added later.
9999
| ---------------- | --------- | --- | --------------------------------------------------------------------------------------------- |
100100
| `name` | String | Required | Name of geography |
101101
| `description` | String | Optional | Detailed description of geography |
102-
| `geography_type` | Sting | Optional | Type of geography, e.g. `municipal_boundary` or `council_district` or custom text. See [Geography Types](#geography-types). |
102+
| `geography_type` | String | Optional | Type of geography, e.g. `municipal_boundary` or `council_district` or custom text. See [Geography Types](#geography-types). |
103103
| `geography_id` | UUID | Required | Unique ID of geography |
104104
| `geography_json` | UUID | Required | The GeoJSON that defines the geographical coordinates. |
105105
| `effective_date` | [timestamp][ts] | Optional | The date at which a Geography is considered "live". Must be at or after `published_date`. |

0 commit comments

Comments
 (0)