Skip to content

Commit 0197ab3

Browse files
Fix some small copy issues
1 parent 3cf2161 commit 0197ab3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/geoip/geoip-exchange.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Please note that you will be redirected from these permalinks to the hostname
2121

2222
### Download best practices
2323

24-
At a high-level, the best practice is to write an automated script that
24+
At a high level, the best practice is to write an automated script that
2525
periodically checks the `last-modified` header for the report's build date, and
2626
downloads the resulting report when the `last-modified` time is later than the
2727
`last-modified` time of the latest local copy of the report.
@@ -114,6 +114,6 @@ Please note that the permalink copied from your account portal will replace
114114
`YOUR_GEOFEED_ID` with a unique ID for your geofeed and `YOUR_REPORT_ID` with an
115115
identifier for the kind of report you're downloading.
116116

117-
This will save the database to a file called `YOUR_REPORT_ID.csv`. For example,
117+
This will save the report to a file called `YOUR_REPORT_ID.csv`. For example,
118118
`https://download.maxmind.com/geofeed/reports/v1.0/YOUR_GEOFEED_ID/geolocation`
119119
would download a file called `geolocation.csv`.

content/geoip/updating-databases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ using the CSV-format databases.
136136

137137
### Download best practices
138138

139-
At a high-level, the best practice is to write an automated script that
139+
At a high level, the best practice is to write an automated script that
140140
periodically checks the `last-modified` header for the database's build date,
141141
and downloads the database when the `last-modified` time is later than the
142142
`last-modified` time of the latest local copy of the database.

0 commit comments

Comments
 (0)