Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Fix typo in cloudflare-ip.md #21

Merged
merged 1 commit into from
Jul 26, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/cloudflare-ip.md
Original file line number Diff line number Diff line change
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.