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.