Skip to content

Commit 9a40870

Browse files
committed
Fix various typos
1 parent bf962bc commit 9a40870

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

content/geoip/docs/databases/enterprise.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ for assistance.
2727

2828
{{< zip-file-content product-name="GeoIP2-Enterprise" exclude-table="true" >}}
2929

30-
The files in thie zip archive are:
30+
The files in the zip archive are:
3131

3232
{{< rawhtml >}}
3333
<div class="table">

content/geoip/docs/web-services/requests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ secure.
3333
## Service Endpoints
3434

3535
The endpoint for each service is as specified below. Each endpoint expects an IP
36-
adddress to be defined as a path parameter (`{ip_address}`).
36+
address to be defined as a path parameter (`{ip_address}`).
3737

3838
The IP address can be either an IPv4 or an IPv6 address. IPv4 addresses should
3939
be passed in the standard dotted quad form, for example `1.2.3.4`. IPv6

content/geoip/release-notes/2022.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ Please note that
385385
{{< release-note date="2022-05-25" title="GeoLite databases will now receive twice weekly updates" >}}
386386

387387
Starting this Friday, May 27, GeoLite databases will be updated twice weekly, on
388-
Tuesdays and Fridays. The following databses are affected:
388+
Tuesdays and Fridays. The following databases are affected:
389389

390390
- GeoLite2 Country Database
391391
- GeoLite2 City Database

content/license-key-validation-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ The HTTP status will be `401 Unauthorized`.
8484

8585
### Response Body (for unsuccessful requests)
8686

87-
In the event of an error occuring such as a bad request that has a license key
87+
In the event of an error occurring such as a bad request that has a license key
8888
with a bad format, the server will return a JSON object with the following
8989
structure:
9090

content/minfraud/evaluate-a-transaction.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ insights_response = await async_client.insights(request)
477477
# minFraud Factors - Synchronous
478478
factors_response = client.factors(request)
479479

480-
# minFraud Factors - Aynchronous
480+
# minFraud Factors - Asynchronous
481481
factors_response = await async_client.factors(request)
482482
```
483483

@@ -496,12 +496,12 @@ factors_model = assessment.factors.body
496496

497497
## Validation and error handling
498498

499-
By default, our client libaries will throw an exception if any of the
499+
By default, our client libraries will throw an exception if any of the
500500
transaction object's values are invalid. The exception is thrown when the object
501501
is constructed; the python library will raise an error when the minFraud service
502502
method is called.
503503

504-
If the minFraud request fails, our client libraires will throw an exception,
504+
If the minFraud request fails, our client libraries will throw an exception,
505505
raise an error (python), or reject the promise (node).
506506

507507
For more information on errors and exceptions, including their types and

content/minfraud/release-notes/2015.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Insights for a larger range of prepaid cards.
1313

1414
{{< release-note date="2015-06-29" title="New beta versions of minFraud Score and minFraud Insights" >}}
1515
We've released the beta versions of two new minFraud services, minFraud Score
16-
and minFraud Inisghts.
16+
and minFraud Insights.
1717

1818
To use either service, you must upgrade to version 2.0 of the client API. Please
1919
refer to the

0 commit comments

Comments
 (0)