From c5041c27e268722610cfad8acb3cf809a4a18027 Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Tue, 19 Nov 2024 10:43:30 +0000 Subject: [PATCH] docs(duckdns): fix domain documentation on eTLD being duckdns.org --- docs/duckdns.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/duckdns.md b/docs/duckdns.md index 433b085..2b164d5 100644 --- a/docs/duckdns.md +++ b/docs/duckdns.md @@ -20,7 +20,7 @@ ### Compulsory parameters -- `"domain"` is the domain to update. For example, for the owner/host `sub`, it would be `sub.duckdns.org`. The [eTLD+1](https://developer.mozilla.org/en-US/docs/Glossary/eTLD) must be `duckdns.org`. +- `"domain"` is the domain to update. For example, for the owner/host `sub`, it would be `sub.duckdns.org`. The [eTLD](https://developer.mozilla.org/en-US/docs/Glossary/eTLD) must be `duckdns.org`. - `"token"` ### Optional parameters