Skip to content

Commit

Permalink
docs: Fix typo in cloudflare-ip.md (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
maael committed Jul 26, 2020
1 parent d10e14f commit 194bbc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/cloudflare-ip.md
Expand Up @@ -2,7 +2,7 @@
title: Cloudflare IP
---

A small utility to test if an IP address belongs to Cloudflare. This is based off their [publicly available list of IP Ranges](https://www.cloudflare.com/ips/). This utility automatically re-fetches that list once every 24 hours, and it has historically only changed once every few years, so your library shoudl always be up to date.
A small utility to test if an IP address belongs to Cloudflare. This is based off their [publicly available list of IP Ranges](https://www.cloudflare.com/ips/). This utility automatically re-fetches that list once every 24 hours, and it has historically only changed once every few years, so your library should always be up to date.

## Installation

Expand Down Expand Up @@ -48,4 +48,4 @@ isCloudflareIp('103.21.244.0') // true
isCloudflareIp('2400:cb00:0000::0000') // true
```

If you pass in a string that does not represent a valid IPv4 or IPv6 address, an error will be thrown.
If you pass in a string that does not represent a valid IPv4 or IPv6 address, an error will be thrown.

0 comments on commit 194bbc6

Please sign in to comment.