From ed559f0568b04be17dab395576db62781612a42f Mon Sep 17 00:00:00 2001 From: Andreas Deininger Date: Fri, 18 Aug 2023 18:10:11 +0200 Subject: [PATCH] doc: fixing typos (#1995) Co-authored-by: Fernandez Ludovic --- cmd/zz_gen_cmd_dnshelp.go | 2 +- docs/config.toml | 2 +- docs/content/dns/zz_gen_yandexcloud.md | 2 +- providers/dns/yandexcloud/yandexcloud.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cmd/zz_gen_cmd_dnshelp.go b/cmd/zz_gen_cmd_dnshelp.go index 79487d73..4a156dca 100644 --- a/cmd/zz_gen_cmd_dnshelp.go +++ b/cmd/zz_gen_cmd_dnshelp.go @@ -2731,7 +2731,7 @@ func displayDNSHelp(w io.Writer, name string) error { ew.writeln(`Credentials:`) ew.writeln(` - "YANDEX_CLOUD_FOLDER_ID": The string id of folder (aka project) in Yandex Cloud`) - ew.writeln(` - "YANDEX_CLOUD_IAM_TOKEN": The base64 encoded json which contains information about iam token of serivce account with 'dns.admin' permissions`) + ew.writeln(` - "YANDEX_CLOUD_IAM_TOKEN": The base64 encoded json which contains information about iam token of service account with 'dns.admin' permissions`) ew.writeln() ew.writeln(`Additional Configuration:`) diff --git a/docs/config.toml b/docs/config.toml index 1d2ce3f5..f3323145 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -4,7 +4,7 @@ title = "Lego" theme = "hugo-theme-learn" -# Code higlighting settings +# Code highlighting settings pygmentsCodefences = true pygmentsCodeFencesGuesSsyntax = false pygmentsOptions = "" diff --git a/docs/content/dns/zz_gen_yandexcloud.md b/docs/content/dns/zz_gen_yandexcloud.md index 18f85236..61867a92 100644 --- a/docs/content/dns/zz_gen_yandexcloud.md +++ b/docs/content/dns/zz_gen_yandexcloud.md @@ -52,7 +52,7 @@ lego --email you@example.com --dns yandexcloud --domains "example.org" --domains | Environment Variable Name | Description | |-----------------------|-------------| | `YANDEX_CLOUD_FOLDER_ID` | The string id of folder (aka project) in Yandex Cloud | -| `YANDEX_CLOUD_IAM_TOKEN` | The base64 encoded json which contains information about iam token of serivce account with `dns.admin` permissions | +| `YANDEX_CLOUD_IAM_TOKEN` | The base64 encoded json which contains information about iam token of service account with `dns.admin` permissions | The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. More information [here]({{< ref "dns#configuration-and-credentials" >}}). diff --git a/providers/dns/yandexcloud/yandexcloud.toml b/providers/dns/yandexcloud/yandexcloud.toml index dd76f915..97677b99 100644 --- a/providers/dns/yandexcloud/yandexcloud.toml +++ b/providers/dns/yandexcloud/yandexcloud.toml @@ -37,7 +37,7 @@ cat key.json | base64 [Configuration] [Configuration.Credentials] - YANDEX_CLOUD_IAM_TOKEN = "The base64 encoded json which contains information about iam token of serivce account with `dns.admin` permissions" + YANDEX_CLOUD_IAM_TOKEN = "The base64 encoded json which contains information about iam token of service account with `dns.admin` permissions" YANDEX_CLOUD_FOLDER_ID = "The string id of folder (aka project) in Yandex Cloud" [Configuration.Additional] YANDEX_CLOUD_POLLING_INTERVAL = "Time between DNS propagation check"