diff --git a/docs/cloudflare-ip.md b/docs/cloudflare-ip.md index ceb14d3..a73ac11 100644 --- a/docs/cloudflare-ip.md +++ b/docs/cloudflare-ip.md @@ -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 @@ -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. \ No newline at end of file +If you pass in a string that does not represent a valid IPv4 or IPv6 address, an error will be thrown.