From 77a2d480c5ee370b9600e9c2f6f32f185969e521 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksandar=20Todorovi=C4=87=20=28r3bl=29?= Date: Sun, 14 Oct 2018 17:39:13 +0200 Subject: [PATCH] Update duckdns.markdown (#6799) --- source/_components/duckdns.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/duckdns.markdown b/source/_components/duckdns.markdown index 7b67ed702e3..9548049cf6d 100644 --- a/source/_components/duckdns.markdown +++ b/source/_components/duckdns.markdown @@ -23,7 +23,7 @@ To use the component in your installation, add the following to your `configurat # Example configuration.yaml entry duckdns: domain: YOUR_SUBDOMAIN - access_token: YOUR_ACCSS_TOKEN + access_token: YOUR_ACCESS_TOKEN ``` {% configuration duckdns %}