Skip to content

Commit 6833e66

Browse files
committed
Fix grammar
1 parent 1a346e8 commit 6833e66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

layouts/shortcodes/csv-location-table.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<td>geoname_id</td>
1515
<td>integer</td>
1616
<td>
17-
A unique identifier for the a location as specified
17+
A unique identifier for the location as specified
1818
by
1919
<a
2020
href="https://www.geonames.org/"

layouts/shortcodes/csv-location-table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
| Name | Type | Description {{ if eq $isEnterprise "false" }}| Included in...{{ end }} |
44
|------|------|-------------|{{ if eq $isEnterprise "false" }}-------------{{ end }}|
5-
| geoname_id | integer | A unique identifier for the a location as specified by [GeoNames](https://www.geonames.org/). This ID can be used as a key for the Location file. [Learn more about GeoNames IDs on our Knowledge Base.](https://support.maxmind.com/knowledge-base/articles/maxmind-ip-geolocation-data#geonames-ids) | {{ if eq $isEnterprise "false" }}Country, City{{ end }} |
5+
| geoname_id | integer | A unique identifier for the location as specified by [GeoNames](https://www.geonames.org/). This ID can be used as a key for the Location file. [Learn more about GeoNames IDs on our Knowledge Base.](https://support.maxmind.com/knowledge-base/articles/maxmind-ip-geolocation-data#geonames-ids) | {{ if eq $isEnterprise "false" }}Country, City{{ end }} |
66
| locale_code | string | The locale that the names in this row are in. This will always correspond to the locale name of the file. | {{ if eq $isEnterprise "false" }}Country, City{{ end }} |
77
| continent_code | string (2) | The continent code for this location. Possible codes are: **AF** - Africa, **AN** - Antarctica, **AS** - Asia, **EU** - Europe, **NA** - North America, **OC** - Oceania, **SA** - South America | {{ if eq $isEnterprise "false" }}Country, City{{ end }} |
88
| continent_name | string | The continent name for this location in the file's locale. [Learn more about localized names on our Knowledge Base.](https://support.maxmind.com/knowledge-base/articles/maxmind-ip-geolocation-data#names) | {{ if eq $isEnterprise "false" }}Country, City{{ end }} |

0 commit comments

Comments
 (0)