From 446855eac619ad89877f4030698366e577d43827 Mon Sep 17 00:00:00 2001 From: Jeffrey Cafferata Date: Mon, 9 Jan 2023 21:01:55 +0100 Subject: [PATCH] DOCS: Typo `CloudFlare` (#1923) --- docs/_providers/inwx.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/_providers/inwx.md b/docs/_providers/inwx.md index 42c562897..594f135a7 100644 --- a/docs/_providers/inwx.md +++ b/docs/_providers/inwx.md @@ -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") ); ``` - - -