DOCS: Typo CloudFlare (#1923)

This commit is contained in:
Jeffrey Cafferata 2023-01-09 21:01:55 +01:00 committed by GitHub
parent 9b6a69c4c5
commit 446855eac6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -100,7 +100,7 @@ INWX.
## Usage
An example `dnsconfig.js` configuration file
for `example.tld` registered with INWX
and delegated to CloudFlare:
and delegated to Cloudflare:
```js
var REG_INWX = NewRegistrar("inwx");
@ -110,6 +110,3 @@ D("example.tld", REG_INWX, DnsProvider(DSP_CF),
A("test", "1.2.3.4")
);
```