From eacaf6cdfe4e45367309cf66d6ded7fb594a0fbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Kr=C3=A1tk=C3=BD?= Date: Thu, 21 Nov 2024 15:23:22 +0100 Subject: [PATCH] docs: fix spelling mistakes --- docs-rtd/.custom_wordlist.txt | 16 ++++++++++++++++ docs-rtd/.sphinx/spellingcheck.yaml | 1 + docs-rtd/howto/manage-applications.md | 2 +- 3 files changed, 18 insertions(+), 1 deletion(-) diff --git a/docs-rtd/.custom_wordlist.txt b/docs-rtd/.custom_wordlist.txt index e69de29b..83d83804 100644 --- a/docs-rtd/.custom_wordlist.txt +++ b/docs-rtd/.custom_wordlist.txt @@ -0,0 +1,16 @@ +CIDRs +CPUs +Hashicorp +MicroK +Multipass +SREs +TLS +Terraform +Unexpose +declaratively +juju +localhost +macOS +natively +terraform +unexpose diff --git a/docs-rtd/.sphinx/spellingcheck.yaml b/docs-rtd/.sphinx/spellingcheck.yaml index 9ee9ae71..e4039604 100644 --- a/docs-rtd/.sphinx/spellingcheck.yaml +++ b/docs-rtd/.sphinx/spellingcheck.yaml @@ -28,3 +28,4 @@ matrix: - img - a.p-navigation__link - a.contributor + - small diff --git a/docs-rtd/howto/manage-applications.md b/docs-rtd/howto/manage-applications.md index d012053e..c7d5eaee 100644 --- a/docs-rtd/howto/manage-applications.md +++ b/docs-rtd/howto/manage-applications.md @@ -42,7 +42,7 @@ resource "juju_application" "this" { ## Configure an application > See also: [`juju` | Application configuration](https://juju.is/docs/juju/configuration#heading--application-configuration) -To configure an application, in its resource definition add a config map with the key=value pairs you want (from the list of configs available for the charm). +To configure an application, in its resource definition add a configuration map with the `key=value` pairs you want (from the list of configurations available for the charm). ```terraform resource "juju_application" "this" {