From 0ecae2c1517b3e64e53558bede139818ee3e6c44 Mon Sep 17 00:00:00 2001 From: Paul Dee Date: Mon, 13 Mar 2023 21:33:05 +0100 Subject: [PATCH] DOCS: Update NAMESERVER.md (#2155) Co-authored-by: Tom Limoncelli --- commands/types/dnscontrol.d.ts | 2 +- documentation/functions/domain/NAMESERVER.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/types/dnscontrol.d.ts b/commands/types/dnscontrol.d.ts index a14e1ce12..6663c81f7 100644 --- a/commands/types/dnscontrol.d.ts +++ b/commands/types/dnscontrol.d.ts @@ -758,7 +758,7 @@ declare function MX(name: string, priority: number, target: string, ...modifiers * Others may require you to add the `NS` records to the parent domain * manually. * - * # How to not change the parent NS records? + * # How to prevent changing the parent NS records? * * If dnsconfig.js has zero `NAMESERVER()` commands for a domain, it will * use the API to remove all non-default nameservers. diff --git a/documentation/functions/domain/NAMESERVER.md b/documentation/functions/domain/NAMESERVER.md index e8cfd56eb..c3ae38e1d 100644 --- a/documentation/functions/domain/NAMESERVER.md +++ b/documentation/functions/domain/NAMESERVER.md @@ -66,7 +66,7 @@ Some providers restrict the names to hosts they control. Others may require you to add the `NS` records to the parent domain manually. -# How to not change the parent NS records? +# How to prevent changing the parent NS records? If dnsconfig.js has zero `NAMESERVER()` commands for a domain, it will use the API to remove all non-default nameservers.