Skip to content

Commit b0d12fd

Browse files
authored
Merge pull request #764 from oalders/oalders/typos
Fix typos
2 parents 49b1c81 + 71a276c commit b0d12fd

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

BLOG-POST-TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ At this time, the blog generates metadata in the following ways:
188188
- the `title` parameter in the blog post head generates the `<title></title>` tag
189189
- [OpenGraph meta tags](https://ogp.me/) are generated for social sharing
190190
- [`og:title`](https://ogp.me/#metadata) is populated with the `title` parameter in the [blog post head](#blog-head)
191-
- [`og:description`](https://ogp.me/#optional) is populated with the first paragaph of the copy
191+
- [`og:description`](https://ogp.me/#optional) is populated with the first paragraph of the copy
192192
- [`og:type`](https://ogp.me/#metadata) is populated with the value `"article"`
193193
- [`og:url`](https://ogp.me/#metadata) is populated with the URL of the article, which is derived from its path and filename
194194
- [`og:image`](https://ogp.me/#metadata) is populated with the `image` parameter in the [blog post head](#blog-head)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ If you need help installing and/or managing Node and Yarn versions, check out [N
4242
npm install && npm run prepare
4343
```
4444

45-
- `npm install` installs the neccessary node modules for development.
45+
- `npm install` installs the necessary node modules for development.
4646
- `npm prepare` sets up the linting pre-commit hooks via husky.
4747

4848
#### Install Hugo

content/2013/12/access-maxminds-web-services-via-ipv6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors:
1212

1313
We’re happy to announce that MaxMind’s roll out of Internet Protocol version 6
1414
(IPv6) access for our GeoIP2, Legacy GeoIP, Proxy Detection, and minFraud web
15-
service endpoints is complete. This update means each service is queriable at an
15+
service endpoints is complete. This update means each service is queryable at an
1616
[IPv6 address](https://en.wikipedia.org/wiki/IPv6_address) in addition to
1717
existing Internet Protocol version 4
1818
([IPv4](https://en.wikipedia.org/wiki/IPv4)) addresses; no API updates are

content/2022/06/using-maxminds-accuracy-radius.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ One part of this application will use a customer’s geolocation to suggest the
6868
best local branch(es) to a customer, and automatically filter their search
6969
results based on that assumption.
7070

71-
![A map of part of Massachussetts with several retail locations
71+
![A map of part of Massachusetts with several retail locations
7272
marked.](/images/2022/06/map-with-stores.png)
7373

7474
Our application should leverage available customer preference and geolocation
@@ -132,7 +132,7 @@ When a new prospective customer visits our website, we check their IP
132132
geolocation. The GeoIP City Plus web service returns the geolocation coordinates
133133
42.1293, -72.7522.
134134

135-
![The same map of Massachussetts with store branches marked, as above, but this
135+
![The same map of Massachusetts with store branches marked, as above, but this
136136
time there is also an IP geolocation point labeled on the map. The IP
137137
geolocation point on the map is located near a city named Springfield. There are
138138
store branches marked in Chicopee, near Springfield, but also further away to
@@ -144,7 +144,7 @@ that the customer is in a population center near the geographical coordinates,
144144
probably Springfield. We don’t really know where the customer is, but maybe this
145145
is what we expect:
146146

147-
![The same map of Massachussetts with store branches and IP geolocation point
147+
![The same map of Massachusetts with store branches and IP geolocation point
148148
marked, as above, but this time there is also a marker for the actual customer
149149
location. The actual customer location marker is near the IP geolocation point
150150
marker, in the heart of Springfield, the largest town near the IP geolocation

0 commit comments

Comments
 (0)